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