Current value returned in a specified sequence - PL/SQL - CURRVAL
Q. Which of the following returns the current value in a specified sequence. (PL/SQL)- Published on 26 Jun 15a. CURRVAL
b. NEXTVAL
c. Both A & B
d. None of the above
ANSWER: CURRVAL
The CURRVAL returns the current value of the sequence.