3.136 ALL_UNUSED_COL_TABS
ALL_UNUSED_COL_TABS describes the tables accessible to the current user that contain unused columns.
               
Related Views
- 
                        DBA_UNUSED_COL_TABSdescribes all tables in the database that contain unused columns.
- 
                        USER_UNUSED_COL_TABSdescribes the tables owned by the current user that contain unused columns. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the table | 
| 
 | 
 | 
 | Name of the table | 
| 
 | 
 | 
 | Number of unused columns | 
See Also: