Ques:- What are the different types of joins in Ab Initio and how do they work
Asked In :-
Indocosmo Systems, Ray Business Technologies, Deligence Technologies, APPS Associates Pvt., Cyber Infrastructure (P), C E I India, Onward Technologies, Benchmark IT Solutions, Direction Software Solutions, Trell,
Right Answer:
In Ab Initio, the different types of joins are:
1. **Inner Join**: Combines records from two datasets where there is a match based on the join key. Only matching records are included in the output.
2. **Left Outer Join**: Includes all records from the left dataset and the matching records from the right dataset. If there is no match, NULLs are filled for the right dataset.
3. **Right Outer Join**: Includes all records from the right dataset and the matching records from the left dataset. If there is no match, NULLs are filled for the left dataset.
4. **Full Outer Join**: Combines records from both datasets, including all records from both sides. If there is no match, NULLs are filled for the non-matching side.
5. **Cross Join**: Produces a Cartesian product of the two datasets, pairing every record from the left dataset with every record from the right dataset.
6. **Self Join**
In Ab Initio, the different types of joins are:
1. **Inner Join**: Combines records from two datasets where there is a match based on the join key. Only matching records are included in the output.
2. **Left Outer Join**: Includes all records from the left dataset and the matching records from the right dataset. If there is no match, NULLs are filled for the right dataset.
3. **Right Outer Join**: Includes all records from the right dataset and the matching records from the left dataset. If there is no match, NULLs are filled for the left dataset.
4. **Full Outer Join**: Combines records from both datasets, including all records from both sides. If there is no match, NULLs are filled for the non-matching side.
5. **Cross Join**: Produces a Cartesian product of the two datasets, pairing every record from the left dataset with every record from the right dataset.
6. **Self Join**