Multiple choice technology

In aggregator, if you don't group values the Integration Service typically returns the first row of each group with the result of the aggregation.

  1. True

  2. False

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

When no group-by ports are specified in an Aggregator transformation, Informatica treats all input rows as a single group and returns exactly one aggregated result row. The claim about returning the first row of each group is incorrect - there are no groups without group-by ports.