Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

REFERENTIAL_CONSTRAINTS

Information on referential constraints belonging to the current authorization identifier, as well as the name of the referenced UNIQUE or primary key constraint.

Column name

Data type

Contents

CONSTRAINT_CATALOG

CHAR (18)

Database name

CONSTRAINT_SCHEMA

CHAR (31)

Name of the schema to which the table
with the referential constraint belongs

CONSTRAINT_NAME

CHAR (31)

Name of the referential constraint

UNIQUE_CONSTRAINT
_CATALOG

CHAR (18)

Database name

UNIQUE_CONSTRAINT
_SCHEMA

CHAR (31)

Name of the schema of the referenced
table

UNIQUE_CONSTRAINT
_NAME

CHAR (31)

Name of the UNIQUE or primary key
constraint of the referenced table

MATCH_OPTION

CHAR (7)

NONE

UPDATE_RULE

CHAR (11)

NO ACTION

DELETE_RULE

CHAR (11)

NO ACTION

Table 82: REFERENTIAL_CONSTRAINTS view of the INFORMATION_SCHEMA