Pregunta de entrevista de UPS

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

Respuesta de la entrevista

Anónimo

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.