UPS interview question

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

Interview Answer

Anonymous

4 Feb 2019

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