Question 21
Which two are characteristics of snapshot-based backups? (Choose two.)
Question 22
Examine the modified output:

Seconds_Behind_ Mastervalue is steadily growing.
What are two possible causes? (Choose two.)

Seconds_Behind_ Mastervalue is steadily growing.
What are two possible causes? (Choose two.)
Question 23
Examine this statement, which executes successfully:

You want to improve the performance of this query:

Which change enables the query to succeed while accessing fewer rows?

You want to improve the performance of this query:

Which change enables the query to succeed while accessing fewer rows?
Question 24
A valid raw backup of the shop.customers MyISAM table was taken.
You must restore the table. You begin with these steps:
1. Confirm that secure_file_priv='/var/tmp'
2. mysql> DROP TABLE shop.customers;
3. shell> cp /backup/customers.MY* /var/lib/mysql/shop/
Which two actions are required to complete the restore? (Choose two.)
You must restore the table. You begin with these steps:
1. Confirm that secure_file_priv='/var/tmp'
2. mysql> DROP TABLE shop.customers;
3. shell> cp /backup/customers.MY* /var/lib/mysql/shop/
Which two actions are required to complete the restore? (Choose two.)
Question 25
Which three settings control global buffers shared by all threads on a MySQL server? (Choose three.)