Multiple choice technology

which one is not a multistage transform component

  1. JOIN

  2. DENORMALIZE SORTED

  3. ROLLUP

  4. NORMALIZE

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

JOIN is primarily a binary operation that combines two input streams based on key values, not a multi-stage transformation component. DENORMALIZE SORTED, ROLLUP, and NORMALIZE are all multistage transform components that apply complex transformations across data stages.