31.
Which clause is used to remove a foreign key constraint?

32.
The argument to the function mysql_error() is . . . . . . . .

33.
The datatype best suited to store currency values is . . . . . . . .

34.
In which context is the privilege 'CREATE TABLESPACE' applied?

35.
How many of the following implement the default scheduling property of MySQL?
MyISAM, MERGE, MEMORY

36.
The binary protocol is easy to use.

37.
What is the value of val2 in the following MySQL statement?
UPDATE t SET val1 = val1 + 2, val2 = val1;

38.
To create or drop events for a database, which privilege should be granted?

39.
When building from source, the embedded server library is enabled by what?

40.
Which command is used on Mysql command line tool to return to window command shell?