Google News
logo
MySQL - Quiz(MCQ)
To perform analysis of key values by the server, the statement used is _______
A)
ANALYZE TABLE
B)
ANALYZE KEYS
C)
PERFORM ANALYSIS
D)
PERFORM TABLE ANALYSIS

Correct Answer :   ANALYZE TABLE


Explanation : In MySQL, for the MyISAM and InnoDB tables, the server can be told to perform an analysis of key values by issuing the ANALYZE TABLE statement. It helps in knowing about query optimization.

Advertisement