What is a foreign key?
A column that is used to establish a link between the data in two tables
How do you join two SQL tables?
Join “table name” using (“foreign key”)
How do you temporarily rename columns or tables in a SQL statement?
Use ‘as’ (ex: “table name” as “alias”