-
To check how MySQL would execute a SELECT query, which statement is used?
-
- DISPLAY
- EXPLAIN
- SHOW
- TELL
- None of these
Correct Option: B
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.