Home » MYSQL » Mysql Query Optimization » Question
  1. To perform analysis of key values by the server, the statement used is __________.
    1. PERFORM ANALYSIS
    2. ANALYZE KEYS
    3. PERFORM TABLE ANALYSIS
    4. ANALYZE TABLE
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.