Column name
|
Data type
|
Description
|
| CONSTRAINT_CATALOG |
VARCHAR(128) |
The name of the catalog containing the table constraint. |
| CONSTRAINT_SCHEMA |
VARCHAR(128) |
The name of the schema containing the table or view. |
| CONSTRAINT_NAME |
VARCHAR(128) |
The name of the table constraint. |
| TABLE_CATALOG |
VARCHAR(128) |
The name of the catalog containing the table or view. |
| TABLE_SCHEMA |
VARCHAR(128) |
The name of the schema containing the table or view. |
| TABLE_NAME |
VARCHAR(128) |
The name of the table or view. |
| COLUMN_NAME |
VARCHAR(128) |
The name of the column. |
| ORDINAL_POSITION |
INTEGER |
The ordinal position of the column within the key. |