Home | Previous Page | Next Page   Composing Advanced SELECT Statements > Subqueries in SELECT Statements >

Subqueries in SELECT Statements

You can construct a SELECT statement with a subquery to replace two separate SELECT statements.

Subqueries in SELECT statements allow you to perform the following actions:

An optional WHERE clause in a subquery is often used to narrow the search condition.

A subquery selects and returns values to the first or outer SELECT statement. A subquery can return no value, a single value, or a set of values, as follows:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]