SQL-JOIN Flashcards
1
Q
What is a foreign key?
A
A number that links one table to another table.
2
Q
How do you join two SQL tables?
A
from which table you want to join –> join table using(attribute)
3
Q
How do you temporarily rename columns or tables in a SQL statement?
A
As clause