Is this how left outer join works? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
0
Yes. ☺👍
4th Aug 2018, 9:41 AM
Janning⭐
Janning⭐ - avatar