Coding > Sql join > Flashcards
What is a foreign key?
A key from/referencing a column from another table
How do you join two SQL tables?
join “table” using (reference column)
How do you temporarily rename columns or tables in a SQL statement?
“table” as “temp name”