Where are table names and field attributes stored in a database management system?
Where are table names and field attributes stored in a database management system?
Explanation
The data dictionary is a part of a DBMS that stores metadata — details like table names, field names, data types, constraints, and relationships.
It helps the system manage and understand the structure of the database.