InterviewSolution
Saved Bookmarks
| 1. |
In which table of INFORMATION_SCHEMA is the information about table index characteristics stored?(a) FILES(b) STATISTICS(c) SCHEMATA(d) VIEWS |
|
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. |
|