Join condition in a joiner transformation is not mandatory.
B
Correct answer
Explanation
In Informatica PowerCenter, the Joiner transformation requires a join condition to be specified. This condition defines how the two input pipelines should be merged - typically based on matching keys from each source. Without a join condition, the transformation would not know which rows to combine, making it mandatory for proper data integration.