In relational database, the number of attributes of a relation is called the…
2023
In relational database, the number of attributes of a relation is called the ____ of relation.
- A.
domain
- B.
degree
- C.
cardinality
- D.
More than one of the above
- E.
None of the above
Attempted by 2118 students.
Show answer & explanation
Correct answer: B
In a relational database, a relation is a table. The number of attributes (columns) in a relation is called its degree. For example, if a table has 5 columns, its degree is 5. This is a standard definition in database theory.