What is a foreign key?
links related tables together
How do you join two SQL tables?
join clause
How do you temporarily rename columns or tables in a SQL statement?
with an alias
What are some examples of aggregate functions?
max( ) min( )
avg( ) sum( )
count( ) every( )
What is the purpose of a group by clause?
perform a task on designated groups of rows