| 1. |
Describe Domain Constraints? |
|
Answer» Domain constraints include entity integrity and REFERENTIAL integrity. The domain is a SET of values that may be assigned to an attribute. The entity integrity rule states that no part of a primary key cannot be NULL. Referential integrity states that each foreign key value must MATCH a primary key value or be null. Domain constraints include entity integrity and referential integrity. The domain is a set of values that may be assigned to an attribute. The entity integrity rule states that no part of a primary key cannot be null. Referential integrity states that each foreign key value must match a primary key value or be null. |
|