Question 51
The MySQL user `adam' currently has USAGE permissions to the database.
The football database is transactional and has non-stop updates from application users. The `adam' user needs to be able to take consistent backups of the football database by using the -single-option.
transaction
Which extra GRANT permissions are required for adam to take mysqldump backups?
Question 52
When you examine a new MySQL installation with default configuration, you find a file called ibdata1 in the database directory. Which two statements are true about this file? (Choose two.)
Question 53
Consider the index information for the dept_emptable in the employee's schema:
Which two conclusions can be made based on the output of the query? (Choose two.)
Question 54
What does the possible_keyscolumn in this output denote?
Question 55
Consider the CHECK TABLE command.
In which two situations should this command be used? (Choose two.)