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

Subqueries in SELECT Statements

The following situations define the types of subqueries the database server supports:

Each subquery must contain a Projection clause and a FROM clause. Subqueries can be correlated or uncorrelated. A subquery (or inner SELECT statement) is correlated when the value it produces depends on a value produced by the outer SELECT statement that contains it. For more information, see Correlated Subqueries.Any other kind of subquery is considered uncorrelated.

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