Full outer join
What is a full outer join?
A full outer join is a join that keeps every row from both tables regardless of whether keys matched. Columns in one table are filled with NULL
where there wasn’t a match in the other table.
A full outer join is a join that keeps every row from both tables regardless of whether keys matched. Columns in one table are filled with NULL
where there wasn’t a match in the other table.