|
SQL Developer main window consists of the three panes separated by splitters.
The left Catalog window pane contains your database catalog information:
list of tables, views, table and view fields.
The upper-right Editor pane contains an advanced SQL statement editor
allowing you to create SQL statements and scripts with ease.
The bottom-right Results pane contains SQL statement execution results:
the server errors window and data grid for the SELECT-like statements:
|