Q. Which statement is used to verify optimizer operation?
β
Correct Answer: (C)
EXPLAIN
Explanation: This question is about how we can check how MySQL plans to execute a query. Imagine you have a task to do, you might plan out the best way to complete it, right? MySQL does the same thing for your queries!