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