Multiple choice technology packaged enterprise solutions

Which transformation arranges rows of a particular column in the order specified.

  1. Sequence Generator

  2. Source Qualifier

  3. Expression

  4. Sorter

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

The Sorter transformation is used in ETL mappings to sort or arrange input rows in ascending or descending order based on one or more specified columns. Source Qualifier extracts data, Expression calculates values, and Sequence Generator produces numbers, making them incorrect for sorting data.