Database Design
Data and Referential Integrity
- Referential Integrity:
- Referential integrity is specified in the form of deletion rules as follows: (continued)
- Delete:Set Null.
- A deletion of a record in the table must be automatically followed by setting any matching keys in a related table to the value NULL.