91.
Which mode prevents entry of the 'zero' date value in strict mode?

92.
For what can the FULLTEXT indexes be created for?

93.
For InnoDB tables in mysqldump an online backup that takes no locks on tables can be performed by which option?

94.
The option which finds the startup options supported by the server through mysqld is . . . . . . . .

95.
The 'C' in the ACID property of transactions is . . . . . . . .

96.
Foreign keys can handle deletes and updates.

97.
Which of the following is more efficient?
LOAD DATA, INSERT

98.
What will be the output of of the following SQL statement?
SELECT person_id, Fname, lname
FROM person;

99.
Which collations does this MySQL statement list?
SHOW COLLATION LIKE 'utf8%'

100.
"INSERT" is same as "UPDATE"?