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