What is part of a database that holds only one type of information?
A. Report
B. Field
C. Record
D. File
Answer
Correct Answer: B. Field
Detailed About MCQs
In computer science, data that has several parts, known as a record, can be divided into fields. In a database table, a field is a data structure for a single piece of data. Examples of fields are name, gender, hair colour. Fields are organized into records so each record consists of several fields.