What is the difference between left join and right join? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the difference between left join and right join?

5th May 2016, 4:15 PM
sakeer
sakeer - avatar
4 Answers
+ 2
left join means compare values and if left join is extra value which is same it is considered in the output but right side value is not in left join and it's vice-versa for the result of the right join
22nd Jun 2016, 4:09 PM
gandhiyash
+ 2
Left Join - Values from Left table will be joined with matching records in the Right table Right Join - Values from Right table will be joined with matching records in the Left table
22nd Jun 2016, 5:41 PM
Tijo Joseph
Tijo Joseph - avatar
0
http://www.codeproject.com/Articles/33052/Visual-Representation-of-SQL-Joins this is a visualization of the joins the article is good to read as well but the visual is what you are after here
1st Jul 2016, 4:16 AM
Stevan Camp
- 3
hello
2nd Jul 2016, 12:37 AM
Dual Ajax