Purpose
USER_TAB_COMMENTS displays comments on tables and views owned by the current user.
Related views
ALL_TAB_COMMENTS
DBA_TAB_COMMENTS
Fields
Field |
Type |
Nullable? |
Description |
|---|---|---|---|
| TABLE_NAME | VARCHAR2(128) | NO | The name of the table or view. |
| TABLE_TYPE | VARCHAR2(11) | NO | The type of the object. |
| COMMENTS | VARCHAR2(4000) | NO | The comment on the object. |
