Question 91

Consider:

Which statement best describes the meaning of the value for the key_len column?
  • Question 92

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

    An employee cannot access the company database. You check the connection variables:

    A look at the user privileges shows:

    What is a valid explanation for why one of the users is unable to connect to the database?
  • Question 94

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

    Consider the table people with this definition:

    The application uses a query such as:
    SELECT * FROM people WHERE YEAR(Birthday) = 1980;
    The query is not using an index.
    Which two methods can be used to allow the query to use an index? (Choose two.)