The
statements in a transaction can be either all committed or rolled
back. A transaction begins with the first executable SQL statement. A
transaction ends when it is committed or rolled back, either
explicitly with a COMMIT or ROLLBACK statement or implicitly when a
DDL statement is issued.
This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
No comments:
Post a Comment