πŸ“Š MySQL
Q. In which table of INFORMATION_SCHEMA is the information about table index characteristics stored?
  • (A) FILES
  • (B) STATISTICS
  • (C) SCHEMATA
  • (D) VIEWS
πŸ’¬ Discuss
βœ… 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.

Explanation by: Sonali Mishra
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
76
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Sonali Mishra
Publisher
πŸ“ˆ
80%
Success Rate