Joins | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Joins

How does SQL determines which table is left and which is join?

23rd Feb 2018, 8:31 PM
Josue Alvarado
Josue Alvarado - avatar
3 Answers
+ 1
What exactly is your question? A table is never "join" since that is a verb and something the database does. If you want to know how the database knows which table is the one that has the null values after the join it is through the Syntax
23rd Feb 2018, 8:37 PM
Chrizzhigh
Chrizzhigh - avatar
+ 1
I meant to ask how SQL knows what table is left and which table is right when using the join function
23rd Feb 2018, 8:38 PM
Josue Alvarado
Josue Alvarado - avatar
0
Yeah it is because of the Syntax
24th Feb 2018, 7:54 AM
Chrizzhigh
Chrizzhigh - avatar