The DELETE rule defines the effects that deleting a row in the referenced table has on the referencing table (see
referential_constraint_definition). The DELETE rule is also used when column attributes are defined.Syntax
<delete_rule> ::= ON DELETE CASCADE | ON DELETE RESTRICT
| ON DELETE SET DEFAULT | ON DELETE SET NULL
Explanation