2.80 ALL_COL_COMMENTS
ALL_COL_COMMENTS
displays comments on the columns of the tables and views accessible to the current user.
Related Views
-
DBA_COL_COMMENTS
displays comments on the columns of all tables and views in the database. -
USER_COL_COMMENTS
displays comments on the columns of the tables and views owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the object |
|
|
|
Name of the object |
|
|
|
Name of the column |
|
|
|
Comment on the column |
|
|
|
The ID of the container where the data originates. Possible values include:
|
See Also: