31. Which clause is used to remove a foreign key constraint?
32. The argument to the function mysql_error() is . . . . . . . .
33. The datatype best suited to store currency values is . . . . . . . .
34. In which context is the privilege 'CREATE TABLESPACE' applied?
35. How many of the following implement the default scheduling property of MySQL?
MyISAM, MERGE, MEMORY
MyISAM, MERGE, MEMORY
36. The binary protocol is easy to use.
37. What is the value of val2 in the following MySQL statement?
UPDATE t SET val1 = val1 + 2, val2 = val1;
UPDATE t SET val1 = val1 + 2, val2 = val1;
38. To create or drop events for a database, which privilege should be granted?
39. When building from source, the embedded server library is enabled by what?
40. Which command is used on Mysql command line tool to return to window command shell?
Read More Section(MySQL Miscellaneous)
Each Section contains maximum 100 MCQs question on MySQL Miscellaneous. To get more questions visit other sections.
- MySQL Miscellaneous - Section 1
- MySQL Miscellaneous - Section 2
- MySQL Miscellaneous - Section 3
- MySQL Miscellaneous - Section 4
- MySQL Miscellaneous - Section 6
- MySQL Miscellaneous - Section 7
- MySQL Miscellaneous - Section 8
- MySQL Miscellaneous - Section 9
- MySQL Miscellaneous - Section 10
- MySQL Miscellaneous - Section 11
- MySQL Miscellaneous - Section 12