Multiple choice

The ____________ contains data descriptions and defines the name, data type and length of each field in the database.

  1. data dictionary

  2. data table

  3. data record

  4. data field

  5. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A data dictionary (or metadata repository) is a centralized repository that stores comprehensive descriptions of data elements including names, data types, lengths, constraints, and relationships. Unlike data tables (which store actual data), data records (rows), or data fields (individual cells), the data dictionary stores metadata about the database structure itself.