1.

In which table of INFORMATION_SCHEMA is the information about table index characteristics stored?(a) FILES(b) STATISTICS(c) SCHEMATA(d) VIEWSI have been asked this question in an interview for internship.My question comes from Controlling How the Server Listens for Connections in chapter General MySQL Administration of MySQL

Answer»

Correct answer is (b) STATISTICS

To explain I WOULD SAY: The ‘STATISTICS’ table in the ‘INFORMATION_SCHEMA’ stores information about the table index characteristics. ‘INFORMATION_SCHEMA’ is RESPONSIBLE for STORING database metadata.



Discussion

No Comment Found

Related InterviewSolutions