Multiple choice technology platforms and products

Which transformation is used to evaluate expressions

  1. SQL

  2. Pivot

  3. Query

  4. Case

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

The Query transformation is used to evaluate expressions in ETL workflows. It allows dynamic computation and conditional logic. SQL is for database queries, Pivot reshapes data, Case handles conditional branching.