1.
Which of the following statements are true regarding table locks?
2.
The CHECK TABLE command should be used...
3.
The REPAIR TABLE command should be used...
4.
The ANALYZE TABLE command should be used...
5.
The OPTIMIZE TABLE command should be used...
6.
The myisamchk command-line program must not be run on a set of tables if...
7.
The CHECK TABLE command...
8.
Which of the following steps should be taken to restore an InnoDB table to a consistent state without having to shutdown the server?
9.
After a server crash, some InnoDB tables need to be repaired. However, when the server is restarted, auto- recover failed. How would you repair the InnoDB tables?
10.
Suppose you have a server that has been started with the --myisam-recover option. When does the server perform the check on the MyISAM tables?