Entering content frame

Syntax documentation referential_constraint_definition Locate the document in the library structure

<referential_constraint_definition> ::=
  FOREIGN KEY [<
referential_constraint_name>] (<referencing_column>,...)
    REFERENCES <
referenced_table> [(<referenced_column>,...)] [<delete_rule>]

Leaving content frame