Tell Me
 

Building Queries: Part 2

Previous previous|next Next Page

Sheila will use the SQL SELECT statement to extract data from a database. With the SELECT statement, you can choose to see all or some of the data in a table.

SELECT statements have three capabilities:

* Selection: Identifying rows
* Projection: Identifying columns
* Join: Retrieving data from multiple tables