Definition: The domain of a database attribute is the set of all allowable values that attribute may assume.
Examples:
A field for gender may have the domain {male, female, unknown} where those three values are the only permitted entries in that column.

