1.
Which program performs logical backups?

4.
What will be the output of the following MySQL command?
SELECT fname
FROM person
WHERE emp_id != 6 OR emp_id IS  NULL;

5.
The myisamchk variable that represents the size of buffer used to hold index blocks is . . . . . . . .

6.
Character data can be stored as . . . . . . . .

7.
What is the creation of a stored program similar to?

8.
MySQL does not provide a date type that has an optional time part.

9.
What will happen if the data being loaded into a text column exceeds the maximum size of that type?

10.
For REVOKE statements, the server automatically rereads the grant tables.