Transaction is a single unit of work which
means either ALL or NONE. If a transaction is successful, all of the data operations are committed or save and become a durable part of the database. If a transaction found an errors/exceptions then it must be canceled or
rolled back, then all of the data modifications/operations need to be removed.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Transaction is a single unit of work which means either ALL or NONE. If a transaction is successful, all of the data operations are committed or save and become a durable part of the database. If a transaction found an errors/exceptions then it must be canceled or rolled back, then all of the data modifications/operations need to be removed.