MySQL 8.0 Database Administrator — Question 60
Which three are types of information stored in the MySQL data dictionary? (Choose three.)
Answer options
- A. performance metrics
- B. InnoDB buffer pool LRU management data
- C. access control lists
- D. view definitions
- E. server runtime configuration
- F. server configuration rollback
- G. stored procedure definitions
Correct answer: A, D, E
Explanation
The correct answers, A, D, and E, relate to performance metrics, view definitions, and server runtime configuration, which are crucial for managing and optimizing MySQL databases. Options B, C, F, and G do not pertain to the types of information stored in the data dictionary, as they refer to different aspects of MySQL's functionality.