Home » MYSQL » MySQL Scheduling and Locking Issues » Question
  1. The number of tables among the following for which HIGH_PRIORITY have an effect are _________________.
    MyISAM, MEMORY, MERGE
    1. 3
    2. 2
    3. 1
    4. 0
    5. 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.



Your comments will be displayed only after manual approval.