Home » MYSQL » Mysql Basic » Question
  1. What is used to perform analysis of key values by the server?
    1. PERFORM ANALYSIS
    2. PERFORM TABLE ANALYSIS
    3. ANALYZE KEYS
    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.