Question 36

old_alter_tableis 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?
  • Question 37

    You are no longer able to log in to an existing MySQL Server because the root password credentials not working. You need to reset the root password to complete various administrative tasks.
    What are the two major methods that will achieve this?
  • Question 38

    After analysis on the slow query log on a high-end OLTP service, the table identified in the slow queries is:

    What are the two most likely reasons for the slowness given this output?
  • Question 39

    You are using the Performance Schema to investigate replication on a slave which has a single master. The option slave-parallel-typeis set to DATABASE.

    Assume that all instruments and consumers are enabled and all threads are instrumented.
    Which two facts can be concluded from the given output? (Choose two.)
  • Question 40

    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?