Find the odd one out in terms of scheduling policies.
MEMORY
MERGE
MyISAM
InnoDB
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.