Entering content frame

Syntax documentation delete_rule Locate the document in the library structure

<delete_rule> ::=
  ON DELETE CASCADE
| ON DELETE RESTRICT
| ON DELETE SET DEFAULT
| ON DELETE SET NULL

Leaving content frame