Answers

Question and Answer:

  Home  SQL and PL/SQL

⟩ What is 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.

 152 views

More Questions for you: