21. The line that is not used to turn on the event scheduler is . . . . . . . .
22. What will be the storage pattern for "float(4,2)" in Mysql?
23. To how many of the following does the prepared-statement API apply to?
CREATE TABLE, DELETE, DO, INSERT
CREATE TABLE, DELETE, DO, INSERT
24. Which program reads the statement from a binary log?
25. The statement to change the table name is . . . . . . . .
26. FULLTEXT indexes can be created only for . . . . . . . .
27. What will be the output of the following SQL statement?
SELECT * FROM person
WHERE person_id=1;
SELECT * FROM person
WHERE person_id=1;
28. The statement used to select a default database is . . . . . . . .
29. Input can be validated in MySQL programs.
30. Keyword "ASC" and "DESC" cannot be used without which clause in Mysql?
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 2
- MySQL Miscellaneous - Section 3
- MySQL Miscellaneous - Section 4
- MySQL Miscellaneous - Section 5
- 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