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