The name of a referential constraint (referential_constraint_name) identifies a referential constraint (referential integrity condition, data integrity). This integrity condition specifies deletion and existence dependencies between two tables.
<referential_constraint_name> ::= <identifier>
An error message occurs if the name has more than 32 characters.
Referential CONSTRAINT definition