SQL (Structured Query Language) Question:
Download Job Interview Questions and Answers PDF
What is sql Sequences?
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 Interview Questions And Answers
PDF
Previous Question | Next Question |
What is sql Commit? | What is sql Correlated Subquery? |