Previous |
Next |
This tutorial shows how to select all columns of the EMPLOYEES
table.
To select all columns of the EMPLOYEES Table:
Click the icon SQL Worksheet.
The SQL Worksheet pane appears.
In the field under "Enter SQL Statement:", enter this query:
SELECT * FROM EMPLOYEES;
Click the Execute Statement.
The query runs.
Click the tab Results.
The Results pane appears, showing the result of the query.