Which statement is used to verify optimizer operation?
SHOW
ANALYZE
VERIFY
EXPLAIN
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.