1.

What performs a key distribution analysis and stores the distribution for the named table or tables?(a) ANALYZE TABLE(b) CHECK TABLE(c) CHECKSUM TABLE(d) OPTIMIZE TABLEThe question was asked in examination.I would like to ask this question from Principles of Preventive Maintenance topic in chapter Database Maintenance, Backups and Replication of MySQL

Answer»

Right choice is (a) ANALYZE TABLE

For explanation: ‘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’.



Discussion

No Comment Found

Related InterviewSolutions