-
How many of the following implement the default scheduling property of MySQL?
MyISAM, MERGE, MEMORY
-
- 3
- 2
- 1
- 0
- None of these
Correct Option: A
The MyISAM, MERGE and the MEMORY storage engines implement the default scheduling policy of MySQL with the help of the table locks. Whenever a client accesses a table a lock for it must be acquired first.