The FROM clause: Specifying tables

The FROM clause is required in every SELECT statement involving data from tables, views, or stored procedures.

The FROM clause can include JOIN conditions linking two or more tables, and can include joins to other queries (derived tables). For information about these features, see Joins: Retrieving data from several tables.

 Qualifying table names
 Using correlation names
 Querying derived tables
 Querying objects other than tables

Executing a SELECT over a DML statement