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 difference between .net and .net core?

0 Answers  


What is a strategy pattern? Implement it.

1 Answers  


Difference abstract class and interface in .net?

0 Answers  


Types of JIT and what is econo-JIT ?

5 Answers   Hewitt, TCS,


What tools can I use to develop .net applications?

0 Answers  






What is CLR, CLS,CTS

4 Answers   Deloitte, Vee Technologies,


What is exception handling?

1 Answers   Amazon,


What is web.config in .net?

0 Answers  


What is stored procedure ? how we use it in .NET ?

0 Answers   MCN Solutions,


Name the classes that are introduced in the system.numerics namespace.

0 Answers  


what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?

3 Answers  


questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }

1 Answers   Manhattan,


Categories