Which of the following is a Passive Transformation
-
Aggregator
-
Expression
-
Normalizer
-
Filter
B
Correct answer
Explanation
Expression transformation is passive because it processes each row independently without changing the number of rows passing through it. Aggregator and Normalizer are active transformations as they can change the row count (aggregator reduces, normalizer can increase), and Filter is active because it selectively removes rows.