What are the different types of Joins available in Joiner Transformation?


In SQL, a join is a relational operator that combines data from multiple tables into a single result set. The Joiner transformation is similar to an SQL join except that data can originate from different types of sources The Joiner transformation supports the following types of joins :
  • Normal
  • Master Outer
  • Detail Outer
  • Full Outer
Note: A normal or master outer join performs faster than a full outer or detail outer join.

No comments:

Post a Comment