Question 56

Consider the index information for the dept_emp table in the employee's schema:

Which two conclusions can be made based on the output of the query? (Choose two.)
  • Question 57

    How does the InnoDB storage engine handle deadlocks when they are detected?
  • Question 58

    Suppose you are adding rows to a MyISAM table and the --datadirlocation runs out of disk space.
    What will happen when this occurs?
  • Question 59

    A MySQL replication slave is set up as follows:
    Uses all InnoDB tables

    Receives ROW-based binary logs

    Has the read-only option

    The replication slave has been found in an error state.
    You check the MySQL error log file and find these entries:

    What are two possible causes for this error to occur?
  • Question 60

    You have installed MySQL Server for the first time on your system. However, the data directory along with the tables in the mysql system database are missing. Which step do you perform to create the contents of the data directory?