Home » MYSQL » Database Info » Question
  1. Which table in INFORMATION_SCHEMA stores information about storage engines and server plugins?
    1. PLUGINS, STATISTICS
    2. ENGINES, FILES
    3. FILES, PLUGINS
    4. ENGINES, PLUGINS
    5. None of these
Correct Option: D

The ‘INFORMATION_SCHEMA’ is a very useful in MySQL. It has many tables each serving its individual purpose. The storage engine information is stored in ENGINES and plugin information in PLUGINS.



Your comments will be displayed only after manual approval.