Keyword: TABS
back to indexTables
| Table Name | Description |
|---|---|
| ALL_PARTIAL_DROP_TABS | All tables with patially dropped columns accessible to the user |
| ALL_UNUSED_COL_TABS | All tables with unused columns accessible to the user |
| DBA_PARTIAL_DROP_TABS | All tables with partially dropped columns in the database |
| DBA_UNUSED_COL_TABS | All tables with unused columns in the database |
| TABS | Synonym for USER_TABLES |
| USER_PARTIAL_DROP_TABS | User tables with unused columns |
| USER_UNUSED_COL_TABS | User tables with unused columns |