Hello,
Can someone show an example of full outer join on multiple table joins .. If I am joining 5 different tables using 4 different fields ... In my situation, I have no idea how much data is missing in various tables and so I am considering using full outer joins in all join clauses.
Just to give you a quick idea (not the real exaple):
SALARY
100 D1 HUNDRED
200 D2 TWOHUNDRED
300 D1 THREEHUNDRED
400 D4 FOURHUNDRED
EMPLOYEE
100 JOHN
200 MIKE
300 JEFF
ADDRESS
C1 MIAMI
C2 LA
C3 NY
DEPARTMENT
D1 ACCOUNTING
D2 PAYROLL
D3 HR
D4 FINANCE
Thanks
Can someone show an example of full outer join on multiple table joins .. If I am joining 5 different tables using 4 different fields ... In my situation, I have no idea how much data is missing in various tables and so I am considering using full outer joins in all join clauses.
Just to give you a quick idea (not the real exaple):
SALARY
100 D1 HUNDRED
200 D2 TWOHUNDRED
300 D1 THREEHUNDRED
400 D4 FOURHUNDRED
EMPLOYEE
100 JOHN
200 MIKE
300 JEFF
ADDRESS
C1 MIAMI
C2 LA
C3 NY
DEPARTMENT
D1 ACCOUNTING
D2 PAYROLL
D3 HR
D4 FINANCE
Thanks