Home » MYSQL » MySQL Scheduling and Locking Issues » Question
  1. Find the odd one out in terms of scheduling policies.
    1. MEMORY
    2. MERGE
    3. MyISAM
    4. InnoDB
    5. None of these
Correct Option: D

The InnoDB storage engine implements locking at a different level. It has differing performance characteristics in terms of contention management. It uses row-level locks.



Your comments will be displayed only after manual approval.