What is the basic unit of data storage in a relational database? A. Field
B. Record
C. Table
D. Query
What is the basic unit of data storage in a relational database? A. Field
B. Record
C. Table
D. Query
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.