CHECK_CONSTRAINTS
The CHECK_CONSTRAINTS system view lists the check constraints that are owned by the current ident.
Column name
|
Data type
|
Description
|
| CONSTRAINT_CATALOG |
VARCHAR(128) |
The name of the catalog containing the check constraint. |
| CONSTRAINT_SCHEMA |
VARCHAR(128) |
The name of the schema containing the check constraint. |
| CONSTRAINT_NAME |
VARCHAR(128) |
The name of the check constraint. |
| CHECK_CLAUSE |
VARCHAR(2000) |
The character representation of the search condition used in the check clause. |