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.
Related Questions on The Relational Model and Normalization
A. A → B.
B. A → C.
C. A → (B,C).
D. (B,C) → A.
A. normal forms.
B. referential integrity constraints.
C. functional dependencies.
D. None of the above is correct.
A relation is in this form if it is in BCNF and has no multivalued dependencies:
A. second normal form.
B. third normal form.
C. fourth normal form.
D. domain/key normal form.

Join The Discussion