-
The statement that performs key distribution analysis and stores the distribution for the named tables is _____________.
-
- ANALYZE TABLE
- CHECKSUM TABLE
- OPTIMIZE TABLE
- CHECK TABLE
- 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’.