11.
In the following MySQL command how many rows will be deleted?
DELETE person
WHERE person_id=1;
/*person_id is a primary key */

12.
Which type stores the longest length of strings?

13.
x'ffff' in decimal is . . . . . . . .

14.
What is def in the following MySQL statement?
CREATE TRIGGER abc (...) (...) ON def FOR EACH ROW ghi;

15.
Which statement is used to determine the storage engine for individual tables?

16.
The MySQL server is highly configurable.

17.
How many of the following does not return a value?
mysql_close(), mysql_init, mysql_real_connect

18.
The indicator of presence/absence of a word in search is used in the mode . . . . . . . .

19.
What is the hub of a MySQL installation?

20.
Which among the following is the correct representation of "float(5,0)"?