SQL (Structured Query Language) Question:

What is sql Sequences?

Tweet Share WhatsApp

Answer:

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.

Download SQL PDF Read All 172 SQL Questions
Previous QuestionNext Question
What is sql Commit?What is sql Correlated Subquery?