-
Which statement is used to check how MySQL would execute a SELECT query?
-
- EXPLAIN
- TELL
- SHOW
- DISPLAY
- None of these
Correct Option: A
In MySQL, by issuing an EXPLAIN statement MySQL displays some information about how it would execute a SELECT query without actually executing it. It is prefixed with the query.