What is a foreign key?
A column that references a column from another table
How do you join two SQL tables?
select key, from, name of table, join, name of second table
How do you temporarily rename columns or tables in a SQL statement?
add “as”, followed by the alias