TABLE_CONSTRAINTS

This view contains information about table constraints.

Column Name

Description

CONSTRAINT_CATALOG

The name of the related catalog for a given constraint.

CONSTRAINT_SCHEMA

The name of the related schema (database) for a given constraint.

CONSTRAINT_NAME

The name of a given constraint.

TABLE_SCHEMA

The name of the related schema (database) for the table related to a given constraint.

TABLE_NAME

The name of the realated table.

CONSTRAINT_TYPE

The type of constraint.

Last modified: August 29, 2022

Was this article helpful?