Once you are connected to the database, you can send commands to it. For example, type the following line in the SQL Statements window.
SELECT * FROM SalesOrders
Click the right-facing triangle button on the Toolbar or press F9 to execute the query. The SQL statement displays all (*) the columns from the SalesOrders table.
For more details about executing SQL statements, see Chapter 2, “Using Interactive SQL (dbisql),” Using Interactive SQL (dbisql) in the Utility Guide.