Vidyalelo
Database · Q11

The Relational Model and Normalization

Programming · Database · question 11

Q11

Table is synonymous with the term:

A.
record.
B.
relation.
Answer
C.
column.
D.
field.

Answer: Option B

Solution

Answer: Option B
Solution:
- A record in a database table represents a single instance of data, containing values for each field within the table.
- A relation in the relational model refers to a table that stores related data in rows and columns.
- A column in a table represents a specific attribute or field that holds a particular type of data.
- A field is another term for a column in a database table, representing a specific piece of data within a record.
Conclusion:
The term "table" in a database is synonymous with the term "relation" in the relational model. Therefore, the correct option is Option2: relation.