Multiple choice technology

How many types of joins available in joiner transformation?

  1. 2

  2. 3

  3. 4

  4. 5

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

Joiner transformation supports four join types: Inner join (matching rows only), Master outer join (all master rows), Detail outer join (all detail rows), and Full outer join (all rows from both).