Multiple choice technology

The below function helps in obtaining the running total

  1. cum

  2. cume

  3. cumulative

  4. cumu

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

In Informatica PowerCenter, the CUME() function calculates cumulative/running totals within a group. Unlike simple aggregation functions like SUM(), CUME maintains a running accumulation across rows, making it the correct choice for running total calculations.