-
The number of tables among the following for which HIGH_PRIORITY have an effect are _________________.
MyISAM, MEMORY, MERGE
-
- 3
- 2
- 1
- 0
- None of these
Correct Option: A
In MySQL, the LOW_PRIORITY and HIGH_PRIORITY modifiers have an effect only for those storage engines that use table locks. The storage engines MyISAM, MERGE and MEMORY use table locks.