What is the basic unit of data storage in a relational database? A. Field
B. Record
C. Table
D. Query
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.