11.
In the following SQL command "person_id" can be . . . . . . . .
SELECT person_id, fname, lname, Birth_data FROM person WHERE person_id=1;

13.
What will be the output of the following MySQL statement?
SELECT *
FROM employee
WHERE start_date BETWEEN ‘2007-01-01’ AND ‘2008-01-01’;

15.
To maintain performance of tables having variable length rows, which statement is used?

16.
Which mode tells not to cache query results?

17.
What attempts auto recovery based on the contents of its serial log?

18.
A multiple-table delete cannot apply any join.

19.
The datadir variable value can be seen using . . . . . . . .

20.
The AUTO_INCREMENT sequences normally begin at . . . . . . . .