Q. In which table of INFORMATION_SCHEMA is the information about table index characteristics stored?
β
Correct Answer: (C)
STATISTICS
Explanation: The ‘STATISTICS’ table in the ‘INFORMATION_SCHEMA’ stores information about the table index characteristics. ‘INFORMATION_SCHEMA’ is responsible for storing database metadata.