Vidyalelo
Database · Q22

The Relational Model and Normalization

Programming · Database · question 22

Q22

In a relation, the rows are sometimes called "records".

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
In a relation, the rows are sometimes called "records".
Option1: True
- This statement is true. In the relational model, each row in a table represents a record or a tuple containing data related to a specific entity or object.
Option2: False
- This statement is incorrect. In the relational model, rows are indeed referred to as records. They store information about individual instances of the entity being represented in the table.
Therefore, the correct answer is Option1: True.