Exam 1z0-908 All QuestionsBrowse all questions from this exam
Question 127

Which three are types of information stored in the MySQL data dictionary? (Choose three.)

    Correct Answer: C, D, G

    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.

Discussion
LrnsTgh

this question is the same with number 21.

DhanushkaOptions: BDG

INNODB_BUFFER_PAGE_LRU VIEW ROUTINES

DhanushkaOptions: BDG

INNODB_BUFFER_PAGE_LRU VIEW ROUTINES