Full Outer Join
The result consists of rows from DEPT paired with rows from EMP and, for each unpaired row of DEPT, the concatenation of that row with the
null
row of EMP and, for each unpaired row of EMP, the concatenation of that row with the
null
row of DEPT.
©Copyright 1996 Chuck Anesi all rights reserved