Sending Commands To the Database

After you connect, you can send commands to the database.

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.