Question
Computer Science Question on Database Concepts
A domain in a relational database refers to:
A
The overall database structure
B
A specific set of valid values for an attribute
C
A table containing multiple records
D
A relationship between two tables
Answer
A specific set of valid values for an attribute
Explanation
Solution
In a relational database, a domain represents the permissible set of values for an attribute.