3.132 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_TABS
describes all tables in the database that contain unused columns. -
USER_UNUSED_COL_TABS
describes the tables owned by the current user that contain unused columns. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the table |
|
|
|
Name of the table |
|
|
|
Number of unused columns |
See Also: