V
Q. The keyword “MODIFY” is used with which query clause?
MODIFY is not a clause, it is used with the ALTER clause. Example: ALTER TABLE employee MODIFY name varchar(50) NULL;
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Slow shutdown can be performed by setting innodb_fast_shutdown to _____________.
Q. Which library file contains various portability macros and definitions?
Q. Where does MySQL Enterprise Backup record details of each backup?
Q. The MySQL server is not configurable.
Q. Which option is used for specifying the executable name while compiling with gcc?
Q. Numbers of operand used by Binary Operators are?
Q. Which of the following is TRUE about TCL?
Q. Which function returns an array of row values?
Q. The maximum number of elements allowed in SET() is . . . . . . . .
Discusssion
Login to discuss.