Multiple choice technology platforms and products

Which port from the sequence generator is connected to the next transformation

  1. Curr Val

  2. Next Val

  3. End Value

  4. Start Value

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

In Informatica, the NEXTVAL port from a Sequence Generator transformation is connected to downstream transformations to provide the next sequence value. CURRVAL only returns the current value without incrementing. START VALUE and END VALUE are configuration properties, not output ports.