-
Which table in INFORMATION_SCHEMA stores information about storage engines and server plugins?
-
- PLUGINS, STATISTICS
- ENGINES, FILES
- FILES, PLUGINS
- ENGINES, PLUGINS
- 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.