Q. Which statement is used to check how MySQL would execute a SELECT query?
β
Correct Answer: (D)
EXPLAIN
Explanation: This question is asking about a command in MySQL that lets you see how the database plans to run a SELECT query. Think of it like a roadmap for your query!