Is this how left outer join works? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
0
Yes. ☺👍
4th Aug 2018, 9:41 AM
Janning⭐
Janning⭐ - avatar