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 the difference between .net and laravel?
Explain the difference between asp.net and asp?
How is threading done in .net?
What are the types of assemblies in .net?
Explain what is the difference between odbc and ado?
What is iis? Have you used it?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
In code behind class, name the type of code found. Is it the server side code or client side code?
Explain security measures exist for .net remoting in system.runtime.remoting?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
Using com component in .net?
Explain what is an anonymous method and how is it different from a lambda expression?
What is meant by managed and unmanaged code?
What is a garbage collector?
Explain the difference between asp.net & vb.net and explain architecture?