Sunday, January 31, 2010

Building Queries: Part 2

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 Statement Types

SELECT statements have three capabilities:
* Selection: Identifying rows
* Projection: Identifying columns
* Join: Retrieving data from multiple tables

No comments:

Post a Comment