USER_CONS_COLUMNS v17
The USER_CONS_COLUMNS
view provides information about all columns that are included in constraints in tables that are owned by the current user.
Name | Type | Description |
---|---|---|
owner | TEXT | User name of the constraint owner. |
schema_name | TEXT | Name of the schema in which the constraint belongs. |
constraint_name | TEXT | Name of the constraint. |
table_name | TEXT | Name of the table to which the constraint belongs. |
column_name | TEXT | Name of the column referenced in the constraint. |
position | SMALLINT | Position of the column in the object definition. |
constraint_def | TEXT | Definition of the constraint. |