FULL OUTER JOIN - produces the set of all records in tableA and tableB, with matching records from both sides where available. If there is no match, the missing side will contain null — if tableA and tableB have 4 records each and 2 records from tableA match 2 records from tableB -> FULL OUTER JOIN will return 6 total records (4 from tableA, 2 matching and 2(LEFT val RIGHT null + 2 non-matching LEFT null RIGHT val)

Get

Explore more quotes

Momchil Kolev