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

What is the difference between .net and laravel?

0 Answers  


I'm having some trouble with cas. How can I troubleshoot the problem?

0 Answers  


How do you give a Windows service specific permissions?

1 Answers  


create a keypair?

1 Answers  


What is a DLL?

1 Answers  






Please explain is the jit an interpreter?

0 Answers  


What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?

0 Answers   TCS,


Please explain what do the terms “boxing” and “unboxing” mean?

0 Answers  


What's the use of system.diagnostics.process class in .net?

0 Answers  


What is portable executable (PE)?

2 Answers  


What are the Characteristics of .NET?

1 Answers  


Describe the start-up process for a Windows service.

1 Answers  


Categories