Multiple choice technology

what will be the default join type in Joiner transformation?

  1. Full Outer Join

  2. Master Join

  3. Detail Join

  4. Inner Join

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The Joiner transformation in Informatica uses Inner Join as the default join type. This means only matching rows from both sources are included in the output. Other join types (Master, Detail, Full Outer) must be explicitly specified.