Saved Bookmarks
| 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. |
|