Question d’entretien chez Limeade

What does a left join do?

Réponse à la question d'entretien

Utilisateur anonyme

15 juil. 2022

select * from table1 left join table2 on column.table1 = column.table2 Combines all records from table1 with matching records from table2.