Question 96
You are asked to examine user accounts and find:

Which two statements will best secure this environment? (Choose two.)

Which two statements will best secure this environment? (Choose two.)
Question 97
old_alter_table is disabled as shown.
mysql> SELECT @@old_alter_table;

Consider this statement on a RANGE-partitioned table:
mysql> ALTER TABLE orders DROP PARTITION p1, p3;
What is the outcome of executing this statement?
mysql> SELECT @@old_alter_table;

Consider this statement on a RANGE-partitioned table:
mysql> ALTER TABLE orders DROP PARTITION p1, p3;
What is the outcome of executing this statement?
Question 98
You back up by using mysqldump.
Which configuration is required on the MySQL Server to allow point-in-time recovery?
Which configuration is required on the MySQL Server to allow point-in-time recovery?
Question 99
Force Majeure is a catastrophic failure on a major level of the database operation. Regular backups are key to helping avoid data loss in such situations. Which two other steps can help avoid data loss in a major catastrophe?
Question 100
Multiversion Concurrency Control (MVCC) enables what type of backup?