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

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;

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?