c1120 > sql-join > Flashcards
What is a foreign key?
A key used to link two tables.
How do you join two SQL tables?
Using the “join” clause.
How do you temporarily rename columns or tables in a SQL statement?
Using the “as” clause..