Home » MYSQL » Mysql Setup » Question
  1. What performs a key distribution analysis and stores the distribution for the named table or tables?
    1. OPTIMIZE TABLE
    2. CHECKSUM TABLE
    3. CHECK TABLE
    4. ANALYZE TABLE
    5. None of these
Correct Option: D

‘ANALYZE TABLE’ performs a key distribution analysis and stores the distribution for the named table or tables. For the MyISAM tables, this statement is equivalent to using ‘myisamchk –analyze’.



Your comments will be displayed only after manual approval.