Retrieving Data With Queries

Previous
Previous
Next
Next

You can retrieve data from rows stored in one or more database tables or views with a query using the SQL SELECT statement. The SELECT statement retrieves all of or part of the column data from rows depending on the conditions that you specify in the WHERE clauses. The group of columns that are selected from a table is referred to as the SELECT list.

This section contains the following topics:


See Also:

Oracle Database SQL Reference for detailed information about the SQL SELECT statement