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