Referential Integrity
Add referential integrity to relationship fields so we can protect against orphaned records e.g. deleting an Order and leaving behind Order Items e.g. Protect: don't allow deletion of parent records when a child record exists Cascade: delete all child records when deleting a parent Ignore (current behaviour): allow orphaned records Default to 'Protect'