Is this how left outer join works? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is this how left outer join works?

SELECT customers.Name, items.Name FROM customers LEFT OUTER JOIN items ON customers.ID=items.Seller_id; 1:outputs the "inner join" + 2:outputs the left table(rest of the field in the left table)

4th Aug 2018, 9:15 AM
Afzal Ali
Afzal Ali - avatar
1 Answer
0
Yes. ☺👍
4th Aug 2018, 9:41 AM
Janning⭐
Janning⭐ - avatar