Google News
logo
MySQL - Quiz(MCQ)
Which statement is used to verify optimizer operation?
A)
SHOW
B)
VERIFY
C)
EXPLAIN
D)
ANALYZE

Correct Answer :   EXPLAIN


Explanation : 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.

Advertisement