91.
What is generally done if an error occurs during the transaction?

92.
Which are the two languages used in Mysql?

93.
On Unix, 'mysql' client writes a record of executed statements to a history file.

94.
How many of the following do not return rows?
SELECT, SHOW, DESCRIBE

95.
Which statement is used to create a trigger?

96.
'character_set_database' represents the character set used by the default database.

97.
What will be the output of the following MySQL command?
SELECT *
FROM employee
WHERE title=’HEAD TELLER’;

99.
The join in which all the rows from the right table appear in the output irrespective of the content of the other table is . . . . . . . .