Major commands
SELECT – retrieves certain rows from existing table
PROJECT – causes only certain columns to be included in the new table
JOIN
- Allows extraction of data from more than one table
- Rows in new table will be the concatenation (combination) of a row from the first table and a row from the second