Home » MYSQL » Mysql Query Optimization » Question
  1. Which statement is used to verify optimizer operation?
    1. SHOW
    2. ANALYZE
    3. VERIFY
    4. EXPLAIN
    5. None of these
Correct Option: D

The EXPLAIN statement in MySQL can tell whether the indexes are being used or not. This information is helpful when different ways of writing a statement need to be tested.



Your comments will be displayed only after manual approval.