Home » MYSQL » MySQL Database Operations » Question
  1. The statement that performs key distribution analysis and stores the distribution for the named tables is _____________.
    1. ANALYZE TABLE
    2. CHECKSUM TABLE
    3. OPTIMIZE TABLE
    4. CHECK TABLE
    5. None of these
Correct Option: A

‘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.