Question:

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: Sep 18, 2025
  • Tuple
  • Attribute
  • Domain
  • Relation
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Recall SQL terms.
- Tuple: A single row in a relation.
- Attribute: A column in a relation.
- Domain: The set of all possible values that an attribute can take.
- Relation: A table itself.

Step 2: Apply definition.
The set of permissible values for a column (attribute) is its domain.
Final Answer: \[ \boxed{\text{Domain}} \]
Was this answer helpful?
0
0

Questions Asked in CUET exam

View More Questions