Home » MYSQL » Mysql Basic » Question
  1. Which statement is used to check how MySQL would execute a SELECT query?
    1. EXPLAIN
    2. TELL
    3. SHOW
    4. DISPLAY
    5. 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.



Your comments will be displayed only after manual approval.