Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

TABLE_CONSTRAINTS

Information on integrity constraints on the database schemas that belong to the current authorization identifier.

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 integrity constraint belongs

CONSTRAINT_NAME

CHAR (31)

Name of the integrity constraint

TABLE_CATALOG

CHAR (18)

Database name

TABLE_SCHEMA

CHAR (31)

Name of the schema to which the table
referenced in the integrity constraint
belongs

TABLE_NAME

CHAR (31)

Name of the table referenced in the
integrity constraint

CONSTRAINT_TYPE

VARCHAR (11)

Type of integrity constraint:
FOREIGN KEY
UNIQUE
PRIMARY KEY
CHECK

IS_DEFERRABLE

CHAR (3)

NO

INITIALLY_DEFERRED

CHAR (3)

NO

Table 98: TABLE_CONSTRAINTS view of the INFORMATION_SCHEMA