What is Atomicity?

Answers were Sorted based on User's Feedback



What is Atomicity?..

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

What is Atomicity?..

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

What is Atomicity?..

Answer / sheeladanduboyina

Atomocity:

In the process of Trasaction Either all are committed or None are Committed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Can a try block have more than one catch block?

0 Answers  


I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?

0 Answers  


Is string a value type or a reference type?

4 Answers  


What is RPC? What is the use of it?

0 Answers   Accenture,


what is the difference between early binding and late binding in .net?

2 Answers   Satyam,






Show different types of collection in .NET?

0 Answers   QuestPond,


Is .net a language?

0 Answers  


What is .net assembly?

0 Answers  


Tell us what is heap and what is stack?

0 Answers  


What is new in .net core?

0 Answers  


what is the use of "mustinherit" keyword?

2 Answers  


What are the similarities and difference between class and structure in .net?

0 Answers  


Categories