Q. In which table of INFORMATION_SCHEMA is the information about table index characteristics stored?
β
Correct Answer: (B)
STATISTICS
Explanation: This question is asking you about where MySQL stores information about table indexes. Indexes are like a table of contents for your data, making it faster to find specific rows.