Home / Programming MCQs / MySQL MCQs / Question
N
Q. For which of these storage engines are configuration options always built?
The configuration options for the storage engine ‘MyISAM’ are always built. The runtime options for MyISAM are also always enabled. For the others, runtime options are explicitly enabled.
You must be Logged in to update hint/solution
Difference between GRAND & REVOKE command is/are?
What is the storage size in bytes required for the MEDIUMINT datatype?
The _________ statement is used to delete a table.
Which of these is a valid call to a function (watch the spaces carefully!)
What will be printed by the given query? SELECT LENGTH("WINNER");
Which of the following is the correct representation of “float(4,2)”?
MySQL comes with as standard with client libraries for
What represents an ‘attribute’ in a relational database?
The argument to the function mysql_error() is _______________.
Discusssion
Login to discuss.