Question 111
Consider the key buffer in a MySQL server. Which two statements are true about this feature? (Choose two.)
Question 112
A MySQL server was initialized with separate UNDO tablespaces. Users complain that when they roll back large transactions, the time to process the request takes too long. The DBA would like to move the MySQL InnoDB UNDO tablespace to a solid-state drive (SSD) for better performance. Is this possible and how?
Question 113
These details are shown when logged in to an account:

Which set of statements would match the accounts shown?
mysql> CREATE USER 'employee'@'localhost' IDENTIFIED BY 'more_secrets';

Which set of statements would match the accounts shown?
mysql> CREATE USER 'employee'@'localhost' IDENTIFIED BY 'more_secrets';
Question 114
You created a backup of the worlddatabase with this command:
shell> mysqldump --opt world > dump.sql
Which two will import the data from dump.sql? (Choose two.)
shell> mysqldump --opt world > dump.sql
Which two will import the data from dump.sql? (Choose two.)
Question 115
Which two statements are true regarding the creating of new MySQL physical and logical backups? (Choose two.)