August 2017
Beginner to intermediate
426 pages
9h 36m
English
Aggregator transformation is used for calculations using aggregate functions on a column as against in expression transformation, which is used for row-wise manipulation.
You can use aggregate functions such as SUM, AVG, MAX, MIN in aggregator transformation.
Scenario for aggregator transformation: Use the EMPLOYEE oracle table as the source, and get the sum of salaries of all the employees in the target.
Perform the following steps to achieve the functionality:
Read now
Unlock full access