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



Your comments will be displayed only after manual approval.