Multiple choice informatica

Which of the following transformation is not a Active transformation

  1. Aggregator

  2. Union

  3. Lookup

  4. Source Qualifier

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

An active transformation can change the number of rows that pass through it (e.g., Aggregator, Filter, Joiner). A passive transformation does not change the row count. A Lookup is generally considered passive (unless configured otherwise), while Source Qualifier, Union, and Aggregator are active.