What is Atomicity?
Answers were Sorted based on User's Feedback
Answer / praval pratap singh
Atomicity requires that database modifications must follow
an all or nothing rule. Each transaction is said to be
atomic if when one part of the transaction fails, the
entire transaction fails and database state is left
unchanged.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Atomocity:
In the process of Trasaction Either all are committed or None are Committed.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to instantiate a delegate?
In code behind class, name the type of code found. Is it the server side code or client side code?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
When we use windows api in .net is it managed or unmanaged code?
Explain what is the difference between odbc and ado?
Why MVC programming model preferred?
What are nullable types in .NET
0 Answers TryTechnicals Pvt Ltd,
Explain dataset.acceptchanges and dataadapter.update methods in .net?
1 mor thing guyz....can i go for C# directly without C++ /JAVA knowledge for dot net ..???
What are remotable objects in .NET Remoting?
How to spawn a thread?
What are server controls?