-
What performs a key distribution analysis and stores the distribution for the named table or tables?
-
- OPTIMIZE TABLE
- CHECKSUM TABLE
- CHECK TABLE
- ANALYZE TABLE
- 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’.