Question & Answer

What is the basic unit of data storage in a relational database?

What is the basic unit of data storage in a relational database? A. Field

B. Record

C. Table

D. Query

1 Answer

Verified archive
Quizzma TeamJune 26, 2025

The correct answer is B. Record.

A record is the basic unit of data storage in a relational database. It represents a single entry in a table, which contains multiple fields (columns). Each field contains specific information related to that record. For example, in a table of students, each record would represent one student, with fields for their name, age, and grade.