DEVFYI - Developer Resource - FYI

What's Sequences

PL/SQL Interview Questions and Answers


(Continued from previous question...)

What's Sequences

Sequences are used for generating sequence numbers without any overhead of locking. Drawback is that after generating a sequence number if the transaction is rolled back, then that sequence number is lost.

(Continued on next question...)

Other Interview Questions