DEVFYI - Developer Resource - FYI

Consider a sequence whose currval is 1 and gets incremented by 1 ...

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

56. Consider a sequence whose currval is 1 and gets incremented by 1 ...

Consider a sequence whose currval is 1 and gets incremented by 1 by using the nextval reference we get the next number 2. Suppose at this point we issue an rollback and again issue a nextval. What will the output be ?

3

(Continued on next question...)

Other Interview Questions