Table is synonymous with the term:
A. record.
B. relation.
C. column.
D. field.
Answer: Option B
Solution (By Examveda Team)
- 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.
Join The Discussion