InterviewSolution
Saved Bookmarks
| 1. |
Find the odd one out in terms of scheduling policies.(a) MyISAM(b) InnoDB(c) MEMORY(d) MERGE |
|
Answer» The correct option is (b) InnoDB To explain: 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. |
|