MySQL 8.0 Database Administrator — Question 123

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

Answer options

Correct answer: B, C, D, G

Explanation

The correct answers B, C, D, and G represent the specific types of information that the MySQL data dictionary maintains, including definitions for tables, views, access control, and stored procedures. Options A, E, F, and H do not pertain to the data dictionary, as they relate to performance, server settings, or memory management, which are not stored in the data dictionary.