1Z0-888 Exam Question 21

What is the order of tables shown in an EXPLAINoutput?
  • 1Z0-888 Exam Question 22

    You have a MySQL instance with the following variables in the /etc/my.cnffile:

    You issue these statements:
    USE prices;
    UPDATE sales.january SET amount=amount+1000;
    An hour after excluding the statements, you realize that you made a mistake and you want to go to the binary log and look at the statements again.
    Which statement is true? (Choose two.)
  • 1Z0-888 Exam Question 23

    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?
  • 1Z0-888 Exam Question 24

    You are using replication and the binary log files on your master server consume a lot of disk space.
    Which two steps should you perform to safely remove some of the older binary log files? (Choose two.)
  • 1Z0-888 Exam Question 25

    Consider the key buffer in a MySQL server. Which two statements are true about this feature? (Choose two.)