InterviewSolution
Saved Bookmarks
| 1. |
Which table is preferred when there are many updates?(a) MyISAM(b) InnoDB(c) MEMORY(d) MERGEThis question was addressed to me in an online quiz.Question is from Scheduling and Locking Issues in portion Query Optimization of MySQL |
|
Answer» The correct choice is (b) InnoDB |
|