Question d’entretien chez UPS

What is the difference between a full outer join and an inner join?

Réponse à la question d'entretien

Utilisateur anonyme

4 févr. 2019

Full outer join returns every record from both tables, inner join returns only the records that match the keys from both tables.