Multiple choice technology

What is part of a database that holds only one type of information?

  1. Report

  2. Field

  3. Record

  4. File

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

In database terminology, a field is the smallest unit of data storage that holds only one type of information. For example, in a customer database, 'Last Name' would be a field containing text data, while 'Birth Date' would be a field containing date data. Fields are grouped together to form a record (a complete set of data about one entity), and records are stored in files or tables.