+ 1
Joins
How does SQL determines which table is left and which is join?
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
+ 1
I meant to ask how SQL knows what table is left and which table is right when using the join function
0
Yeah it is because of the Syntax