Object Browser in SQL Workshop is a GUI for managing schema objects:
B. Browse database objects of the current schema: Displays tables, views, procedures, etc., in a tree view, allowing inspection of definitions (e.g., columns, constraints) and data previews.
D. Create a lookup table based on a column in the current table: From a table’s column (e.g., DEPTNO), you can generate a lookup table (e.g., DEPT_LOOKUP) with unique values, automating reference table creation.
A. Restore dropped objects: Not supported; this requires DBA tools (e.g., FLASHBACK TABLE).
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit