1.
When you set up per-table tablespace files for InnoDB...
2.
Which of the following happens when BEGIN TRANSACTION or START TRANSACTION command is issued?
3.
Which of the following statements are true with regard to savepoints in transactions?
4.
Some statements implicitly commit pending transactions and start a new one.
5.
Which of the following describes how deadlocks may occur and how InnoDB resolves them?
6.
LOCK IN SHARE MODE should be used...
7.
When working with InnoDB, for which of the following reasons should you use the FOR UPDATE locking modifier?
8.
Which of the following correctly defines dirty reads, non-repeatable reads and phantom row?
9.
When working with the InnoDB engine, which of the following correctly defines the READ UNCOMMITTED isolation level?
10.
When working with the InnoDB storage engine, which of the following correctly defines the READ COMMITTED isolation level?