Which three are types of information stored in the MySQL data dictionary? (Choose three.)
Which three are types of information stored in the MySQL data dictionary? (Choose three.)
The MySQL data dictionary stores metadata about the database schema and objects. This includes access control lists, which define permissions for different users (security-related metadata); view definitions, which describe the structure of database views; and stored procedure definitions, which provide information about procedures created in the database. Performance metrics, InnoDB buffer pool LRU management data, and server runtime configuration are not typically part of the data dictionary.
this question is the same with number 21.
INNODB_BUFFER_PAGE_LRU VIEW ROUTINES
INNODB_BUFFER_PAGE_LRU VIEW ROUTINES