3.110 ALL_TAB_COMMENTS
ALL_TAB_COMMENTS displays comments on the tables and views accessible to the current user.
               
Related Views
- 
                        DBA_TAB_COMMENTSdisplays comments on all tables and views in the database.
- 
                        USER_TAB_COMMENTSdisplays comments on the tables and views owned by the current user. This view does not display theOWNERcolumn.
| 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: