Loading...
Select Version
Information on check constraints belonging to the current authorization identifier, as well as the corresponding check search condition.
Column name |
Data type |
Contents |
CONSTRAINT_CATALOG |
CHAR (18) |
Database name |
CONSTRAINT_SCHEMA |
CHAR (31) |
Name of the schema to which the table |
CONSTRAINT_NAME |
CHAR (31) |
Name of the check constraint |
CHECK_CLAUSE |
VARCHAR (32000) |
Search condition |
Table 67: CHECK_CONSTRAINTS view of the INFORMATION_SCHEMA