Q. To check how MySQL would execute a SELECT query, which statement is used?
β
Correct Answer: (D)
EXPLAIN
Explanation: This question is about understanding how MySQL works behind the scenes. Imagine you're asking MySQL, "Hey, how are you going to find the data I asked for in this SELECT query?"