Chapter 5 Review Questions
Let us see how much you have learned in this chapter by going over these review questions.
- Which statement clears or reloads various internal caches used by MySQL?
-
CLEAR
-
CLEAR CACHE
-
FLUSH
-
LOCK
-
RELOAD
- What is the name of the utility gets information about database tables or checks, repairs, or optimizes them?
-
myisamchk
-
mysqladmin
-
mysqlbinlog
-
mysqldump
-
mysqlhotcopy
- Which statement is false?
-
InnoDB does not store table contents in database directories.
-
mysqldump can be use for backup.
-
mysqlhotcopy can be use for backup.
-
mysqlhotcopy only works for MyISAM tables.
-
mysqlhotcopy only works with InnoDB tables.
- Which statement is false?
-
cron can be used to automate periodic table maintenance.
-
MyISAM table maintenance can be done using SQL statements.
-
OPTIMIZE TABLE does a table repair and a key analysis.
-
OPTIMIZE TABLE sorts the index tree so key lookups are faster.
- The
InnoDB storage engine lacks support for transactions and automatic crash recovery.
© 2007 John Michael Pierobon
Notes