The table columns are also known as...
-
Fields
-
Attributes
-
Records
-
Schema
B
Correct answer
Explanation
In database terminology, table columns are also called attributes. Each column or attribute represents a specific property or characteristic of the data being stored. The terms 'fields' and 'columns' are also used interchangeably, but 'attributes' is the formal relational database term. 'Records' refer to rows, not columns, and 'schema' refers to the overall structure.