Question:medium

In SQL table, the set of values which a column can take in each row is called __________.

Show Hint

In DBMS: Attribute = column, Tuple = row, Relation = table, Domain = set of allowed values for an attribute.
Updated On: Feb 15, 2026
  • Tuple
  • Attribute
  • Domain
  • Relation
Show Solution

The Correct Option is C

Solution and Explanation

Phase 1: Review SQL Terminology.
- Tuple: Represents a single record within a table.
- Attribute: Denotes a column in a table.
- Domain: The complete set of acceptable values for a specific column.
- Relation: Refers to the table itself.

Phase 2: Implement Definition.
The collection of values permitted for a column (attribute) is termed its domain.
Concluding Response: \[\boxed{\text{Domain}}\]
Was this answer helpful?
0