CompTIA ITF+ (FC0-U61) — Question 254
Which of the following database structures is the most granular?
Answer options
- A. Column
- B. Field
- C. Record
- D. Table
Correct answer: B
Explanation
The field is the most granular structure in a database as it represents the smallest unit of data, typically a single piece of information within a record. In contrast, a column contains multiple fields, a record is made up of multiple fields, and a table consists of multiple records.