How many sources can be joined using Joiner transformation
B
Correct answer
Explanation
Joiner transformation can join exactly two sources - designated as master and detail. It has two input groups and cannot join more than two sources. For joining multiple sources, you need to use multiple Joiner transformations in sequence or use other strategies like SQL overrides. This is a fundamental limitation of the Joiner transformation.