986ComputerMedium
In database table, what does a column represent?
ARelation
BAttributes
CEntity
DIndex
Correct answer
B. Attributes
Explanation
In a relational database, a column is a set of data values of a particular type, one value for each row of the database. … A column can also be called an attribute. Each row would provide a data value for each column and would then be understood as a single structured data value.