One of the principal uses of Interactive SQL is to browse table data. Interactive SQL retrieves information by sending a request to your database server. The database server, in turn, looks up the information, and returns it to Interactive SQL.
After you execute a SELECT statement, the result set appears on the Results tab in the Results pane. By default, row numbers appear to the left of the result set.
Type your query in the Statements pane.
Click Execute SQL Statement, or choose SQL > Execute, or press F5 to execute the statement.
From the Edit menu choose Clear SQL, or press Escape.
Executing multiple statements
Recalling commands
Logging commands
Canceling commands in Interactive SQL