Multiple choice technology

If Start Value = 100 , Current Value = 50 and End Value = 200 ,Increment by = 50, and cycle option is enabled the the sequence generated for port NEXTVAL

  1. (50,100,150,200,100)

  2. (100,150,200,50,100)

  3. (50,100,150,200,50)

  4. Session fails as start value is greater than current value.

Reveal answer Fill a bubble to check yourself
A Correct answer