Feature
This view displays information about constraints on tables and columns in a CREATE TABLE operation.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| CONSTRAINT_CATALOG | varchar(64) | NO | The name of the catalog to which the constraint belongs. The value of this field is always def. |
| CONSTRAINT_SCHEMA | varchar(128) | NO | The name of the schema to which the constraint belongs. |
| CONSTRAINT_NAME | varchar(64) | NO | The name of the constraint. |
| CHECK_CLAUSE | CHAR(2048) | NO | The expression of the constraint. |