61.
The minimum value stored by signed TINYINT is . . . . . . . .

62.
What does comparing a known value with NULL result into?

63.
Triggers and events are not invoked automatically by the server.

64.
Which keyword is used for sorting the data in descending order in Mysql?

65.
Which data type character merges the "Check Constraint" into a data type definition?

66.
Which option is used in 'mysqldump' to make all tables in the destination databases to use a different storage engine?

67.
The option that executes all SQL statements in a SQL script irrespective of the number of errors is . . . . . . . .

68.
The output from PHP is . . . . . . . .

69.
xyz in the following MySQL statement is . . . . . . . .
CREATE VIEW xyz AS SELECT a, b FROM t;

70.
The mode of search in which the search string is parsed into words and the search looks for rows is . . . . . . . .