references_clause ::=
REFERENCES
[
schema
.
]
object
[
column_name_list
]
[
ON
{
DELETE
|
UPDATE
} {
CASCADE
|
SET
NULL
|
SET
DEFAULT
} ]