Explain ACID rule of thumb for transactions.



Explain ACID rule of thumb for transactions...

Answer / js_m

Transaction must be
A - Atomic (it is one unit of work and does not dependent on
previous and following transactions),

C - Consistent (data is either committed or roll back, no
"in-between" case where something has been updated and
something hasn?t),

I - Isolated (no transaction sees the intermediate results
of the current transaction),

D - 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 does Dispose method do with the connection object?

3 Answers  


If I want to override a method 1 of class A and in class b then how do you declare ?

4 Answers   MMTS,


hi In my database i put id column as identity(the database is incremented by it self only)what i want is if i enter a data in my website, id will come automatically can u pl z tell me the code thax in advance

1 Answers  


Why do we need dependency injection in c#?

0 Answers  


What is int32 in c#?

0 Answers  






Explain clr in brief.

0 Answers  


Name any three ways to pass parameters to a method in c#?

0 Answers  


if a method is marked as protected internal who can access it?

0 Answers   Siebel Systems,


Explain about CTS?

0 Answers   Microsoft,


Is c# queue thread safe?

0 Answers  


What is private static in c#?

0 Answers  


In object oriented programming, how would you describe encapsulation in c#?

0 Answers  


Categories