Your browser does not support JavaScript. This help page requires JavaScript to render correctly. Tutorial: Selecting All Columns of a Table
Skip Headers
Previous
Previous
 
Next
Next

Tutorial: Selecting All Columns of a Table

This tutorial shows how to select all columns of the EMPLOYEES table.

To select all columns of the EMPLOYEES Table:

  1. Click the icon SQL Worksheet.

    The SQL Worksheet pane appears.

  2. In the field under "Enter SQL Statement:", enter this query:

    SELECT * FROM EMPLOYEES;
    
  3. Click the Execute Statement.

    The query runs.

  4. Click the tab Results.

    The Results pane appears, showing the result of the query.

Related Topics

Running Queries in SQL Developer

Tutorial: Viewing EMPLOYEES Table Properties and Data

Tutorial: Selecting Specific Columns of a Table

Selecting Table Data