Home » MYSQL » Database Info » Question
  1. The information about table index characteristics is stored in which table of INFORMATION_SCHEMA?
    1. VIEWS
    2. SCHEMATA
    3. STATISTICS
    4. FILES
    5. None of these
Correct Option: C

The ‘STATISTICS’ table in the ‘INFORMATION_SCHEMA’ stores information about the table index characteristics. ‘INFORMATION_SCHEMA’ is responsible for storing database metadata.



Your comments will be displayed only after manual approval.