You have just installed MySQL on Oracle Linux and adjusted your /etc/my.cnf parameters to suit your installation.
Examine the output:
What statement is true about the start attempt?
Correct Answer:E
t is a non-empty InnoDB table.
Examine these statements, which are executed in one session:
BEGIN;
SELECT * FROM t FOR UPDATE;
Which is true?
Correct Answer:B
Examine this query:
What information does this query provide?
Correct Answer:E
Examine this statement, which executes successfully:
You want to improve the performance of this query:
Which change enables the query to succeed while accessing fewer rows?
Correct Answer:B
Reference: https://dev.mysql.com/doc/refman/5.7/en/creating-spatial-indexes.html
Which statement is true about InnoDB persistent index statistics?
Correct Answer:D
Reference: https://mariadb.com/kb/en/innodb-persistent-statistics/