Database Fundamentals — Question 56
The component that holds information for a single entry in a table is called a:
Answer options
- A. Data type
- B. Row
- C. Column
- D. View
Correct answer: B
Explanation
The correct answer is B, as a row represents a single record in a database table. Options A and C refer to data formatting and vertical data organization, respectively, while D denotes a stored query that presents data, not a single entry.