What represents an ‘attribute’ in a relational database?
Row
Column
Object
Table
None of these
Correct Option: B
Each column in a table represents a feature (attribute) of a record. Table stores the information for an entity whereas a row represents a record. Object has no relevance in an RDBMS.