What is Atomicity?

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


Please Help Members By Posting Answers For Below Questions

Tell me about secure socket layer? How to make use of the technology?

548


What are the collections you've used?

575


What does jit compilation do in .net?

576


How to load a user control dynamically in runtime?

542


Explain what is an application domain?

532






What is the difference between vb.net and vc#.net?

544


can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?

1473


Explain how garbage collection works?

571


What does mean by .net framework?

564


What is the difference between a debug and release build?

584


What is .net assembly?

585


In code behind class, name the type of code found. Is it the server side code or client side code?

777


Please explain what inheritance is, and why it's important?

561


Explain can the validation be done in the server side? Or this can be done only in the client side?

506


Difference between class and interface in .net?

591