ALL_CONS_COLUMNS
describes columns that are accessible to the current user and that are specified in constraints.
Related Views
DBA_CONS_COLUMNS
describes all columns in the database that are specified in constraints.
USER_CONS_COLUMNS
describes columns that are owned by the current user and that are specified in constraints.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the constraint definition |
|
|
|
Name of the constraint definition |
|
|
|
Name of the table with the constraint definition |
|
|
Name of the column or attribute of the object type column specified in the constraint definition |
|
Note: If you create a constraint on a user-defined
|
|||
|
|
Original position of the column or attribute in the definition of the object |
See Also: