Describe domain constraints.
Domain constraints contain entity integrity and referential integrity. The domain is a set of values that might be assigned to an attribute. The entity integrity rule states that no part of a primary key cannot be null. Referential integrity states that every foreign key value must match a primary key value or be null.