Q. How many of the following implement the default scheduling property of MySQL?
MyISAM, MERGE, MEMORY
MyISAM, MERGE, MEMORY
β
Correct Answer: (D)
3
Explanation: This question is about how MySQL handles data storage and retrieval. MySQL has different storage engines, and each engine has its own way of managing data. One important aspect is how the engine schedules tasks.