1.
When working with InnoDB, which of the following is true when trying to create foreign key references?
2.
Which of the following statements are true for InnoDB?
3.
The my.cnf file contains the following entries:
innodb_data_home_dir =
innodb_data_file_path = /ibdata/ibdata1:50M;/disk2/ibdata2:50M:autoextend
Which of the following statements are true?
4.
Which of the following are some general characteristics of the MEMORY storage engine?
5.
Which of the following are true for how BTREE and HASH index types should be used for MEMORY tables?
6.
Which of the following statements are true for tables using the FEDERATED storage engine?
7.
Besides specifying the column names and data types, which connection parameters may be defined when defining a FEDERATED table?
8.
Which of the following are some general capabilites of the mysql client program?
9.
Which of the following are some general capabilities of the mysqladmin client program?
10.
Which of the following are some general properties of the mysqlimport client program?