UPS Interview Question

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

Interview Answer

Anonymous

Feb 4, 2019

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