When a database is connected, you can execute an SQL statement in the IDE to view the data contained in a table.
To view data in a table:
When you choose View Data, an SQL query to select all the data from the table is automatically generated in the upper pane of the SQL Editor.
The results of the statement are displayed in the lower pane of the SQL Editor.
You can modify the statement in the SQL Editor and run the modified statement by clicking the Run SQL ( ) button in the toolbar.
For more on using the SQL Editor, see Executing SQL Statements and Scripts.