Is this how left outer join works? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
0
Yes. ā˜ŗšŸ‘
4th Aug 2018, 9:41 AM
Janningā­
Janningā­ - avatar