1.

What is used to perform an analysis of key values by the server?(a) ANALYZE KEYS(b) ANALYZE TABLE(c) PERFORM ANALYSIS(d) PERFORM TABLE ANALYSISThis question was posed to me in an online interview.Query is from MySQL Components in chapter MySQL Administration of MySQL

Answer»

Right option is (b) ANALYZE TABLE

Explanation: In MySQL, for the MYISAM and INNODB tables, the server can be told to PERFORM an analysis of key values by ISSUING the ANALYZE TABLE STATEMENT. It helps in knowing about query optimization.



Discussion

No Comment Found

Related InterviewSolutions