In database table, what does a column represent?

  • A. Attributes
  • B. Index
  • C. Entity
  • D. Relation

Explanation

A column represents an attribute, such as StudentName or DateOfBirth, while a row represents one entity or record. An index is an access structure, and a relation usually refers to the table itself.

Related questions