LinkMenuExpand(external link)DocumentSearchCopyCopied

Foreign Keys Schema

The Foreign Keys schema provides information about foreign keys in the server’s SQL syntax.

Column NameData TypeDescription
CONSTRAINT_CATALOGstring
CONSTRAINT_SCHEMAstring
CONSTRAINT_NAMEstring
TABLE_CATALOGstring
TABLE_SCHEMAstring
TABLE_NAMEstring
MATCH_OPTIONstring
UPDATE_RULEstring
DELETE_RULEstring
REFERENCED_TABLE_CATALOGstring
REFERENCED_TABLE_SCHEMAstring
REFERENCED_TABLE_NAMEstring

The following restrictions are supported:

Restriction NameRestriction DefaultRestriction Number
CatalogTABLE_CATALOG1
SchemaTABLE_SCHEMA2
TableTABLE_NAME3
Constraint NameCONSTRAINT_NAME4