What is a foreign key?
a foreign key is shared bettween two tables
How do you join two SQL tables?
select key word for columns, specifiying from which tables, then join table using match keyword
How do you temporarily rename columns or tables in a SQL statement?
using “as” key word