W3cubDocs

/SQLite

foreign-key-clause

REFERENCES foreign-table ( column-name ) , ON DELETE SET NULL UPDATE SET DEFAULT CASCADE RESTRICT NO ACTION MATCH name NOT DEFERRABLE INITIALLY DEFERRED INITIALLY IMMEDIATE

Used by: column-constraint table-constraint
See also: lang_altertable.html lang_createtable.html

SQLite is in the Public Domain.
https://sqlite.org/syntax/foreign-key-clause.html