Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Is a Sequences
What Is a Sequences?
✍: fyicenter.com
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.
2007-04-15, 4948👍, 0💬
Popular Posts:
What is V model in testing? V model map’s the type of test to the stage of development in a project....
Which bit wise operator is suitable for checking whether a particular bit is on or off? The bitwise ...
Why is there extra white space before or after tables? This is often caused by invalid HTML syntax. ...
How To Enter Microseconds in SQL Statements? - MySQL FAQs - Introduction to SQL Date and Time Handli...
How is the MVC design pattern used in Struts framework? In the MVS design pattern, there 3 component...