Home / Programming MCQs / MySQL MCQs / Question
N
Q. The option used to specify the socket file pathname is ______________.
The default socket file usually is ‘/tmp/mysql.sock’. Operating system distributions that include MySQL often use a different location. The –socket option is used to specify explicitly.
You must be Logged in to update hint/solution
Q. Which of the following is true of mysql?
Q. What is generally used as a synonym for CHARACTER SET?
Q. What does the UPDATE Statement do?
Q. Which is a simple or compound symbol that has a special meaning to PL/SQL?
Q. Which statement is used to modify data in a table?
Q. What is AI in terms of database collation?
Q. he SQL mode to check for divide by zero error is
Q. What are X’61626364′ and X’61626364′?
Q. What will be the output of the following query:Select round(59999.99,-2);
Discusssion
Login to discuss.