Question:medium

The columns of a relation represents __________.

Show Hint

Remember these synonyms for database exams:
- Row = Tuple = Record
- Column = Attribute = Field
- Table = Relation
Updated On: Jun 11, 2026
  • Tuple
  • Schema
  • Attribute
  • Domain
Show Solution

The Correct Option is C

Solution and Explanation


Step 1: Understanding the Concept:

In the relational model, data is organized into tables (relations). Rows represent individual records (tuples), and columns represent the properties or characteristics of those records (attributes).

Step 2: Detailed Explanation:

- Tuple: Represents a single row in the table.
- Attribute: Represents a named column that defines the type of data stored.
- Domain: The set of allowed values for an attribute.

Step 3: Final Answer:

The columns represent an Attribute.
Was this answer helpful?
0


Questions Asked in CUET (UG) exam