Tell Me Glossary
 

Building Queries - 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