column header is referred as
Answer options
A
domain
B
attribute
C
table
D
tuples
Correct answer: attribute
Explanation
In relational database terminology, a column header (column name) is called an attribute. Tuples refer to rows, a domain is the set of allowed values for a column, and a table is the entire relation.