August 2012
Intermediate to advanced
1416 pages
33h 39m
English
The first logical component of a typical SQL SELECT statement is the FROM clause. In a simple SQL SELECT statement, the FROM clause contains a single table. However, the FROM clause can also combine data from multiple sources and multiple types of data sources. The maximum number of tables that may be accessed within a single SQL SELECT statement is 256.
The FROM clause is the foundation of the rest of the SQL statement. For a table column to be in the output, accessed in the WHERE conditions, or in the ORDER BY, it must be in the FROM clause.
SQL is extremely flexible and can accept data from 10 distinctly different types of data sources within the FROM clause:
Read now
Unlock full access