Syntax documentationdelete_rule Locate this document in the navigation structure

Syntax Syntax

  1. <delete_rule> ::=
      ON DELETE CASCADE
    | ON DELETE RESTRICT
    | ON DELETE SET DEFAULT
    | ON DELETE SET NULL
End of the code.