how to select the type of join? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to select the type of join?

Confused in which type of join should be used?

6th Aug 2016, 10:35 AM
Rahul Mule
Rahul Mule - avatar
1 Answer
+ 2
it depends on the situation. If you want all the COMMON results between two tables, then use inner join. If all the rows from left table is required use left join or if all the rows from right is required use right join.
6th Aug 2016, 6:58 PM
Zeshan