Answer Posted / saravankumar
A transaction is a unit of work in which a series of
operations occur between the BEGIN TRANSACTION and END
TRANSACTION statements of an application. A transaction
executes exactly once and is atomic ?
all the work is done or none of it is.
Operations associated with a transaction usually share a
common intent and are interdependent.
By performing only a subset of these operations, the system
could compromise the overall intent of the
transaction. Atomicity eliminates the chance of processing a
subset of operations.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is an anonymous method and how is it different from a lambda expression?
Explain what is the difference between encrypting a password and applying a hashing?
Explain me why do we use msmq?
Why SOAP is required?
Explain the difference between task and thread in .net?
Explain about Behavioral design pattern?
What is Ajax? How it is related to your project?
Elements of CAS
Tell us what is a sealed class?
Explain what is immutability, what is it for and how is it codified?
How do we access crystal reports in .net?
How many design patterns can be created in .net?
What are virtual destructures?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
How can you instantiate a tuple?