Explain ACID rule of thumb for transactions.



Explain ACID rule of thumb for transactions...

Answer / madduri

Transaction must be Atomic (it is one unit of work and does
not dependent on previous and following transactions),
Consistent (data is either committed or roll back, no
?in-between? case where something has been updated and
something hasn?t), Isolated (no transaction sees the
intermediate results of the current transaction), Durable
(the values persist if the data had been committed even if
the system crashes right after).

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What debugging tools come with the .NET ssSDK?

0 Answers   Siebel,


What is the difference between Object and class adapters?

0 Answers   QuestPond,


What is the difference between ref & out parameters in c#?

0 Answers  


Can property defined in Interface.

4 Answers   Synechron,


FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ?EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER?????PLEASE REPLY...

1 Answers  






What is the difference between virtual method and abstract method?

0 Answers  


Why abstract class can not be instantiated?

0 Answers  


Explain the difference between a Private Assembly and a Shared Assembly

0 Answers   HCL,


What is helper method in c#?

0 Answers  


how to use msflexgrid in asp.net

1 Answers   nSoft, Unichem,


I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;

3 Answers  


Explain the difference between Response.Write () and Response.Output.Write ().

0 Answers   Atos Origin,


Categories