Tuesday, November 29, 2011

What is a transaction?

Transaction : Transaction is a "Logical unit of work". It must performed by "Either all or Nothing.:a transaction usually means a sequence of information exchange and related work (such as database updating) that is treated as a unit for the purposes of satisfying a request and for ensuring database integrity. For a transaction to be completed and database changes to made permanent, a transaction has to be completed in its entirety.:Transaction is a logical unit of work.Which follows ACID property.
Category:JDBC Interview Questions

No comments:

Post a Comment