Explain ACID rule of thumb for transactions.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Compare and contrast between the System.Array.CopyTo() and Clone()?

548


What is CASPOL?

607


What is eager and lazy loading in c#?

463


Is list passed by reference c#?

469


What is difference between encapsulation and abstraction in c#?

454






Is the following code legal?

561


What is the use of partial methods?

569


Explain About Iunknown interface Queue

541


How to find out that the code is written as managed or un-managed code?

592


What is the meaning of int parse in c#?

502


explain the three services model commonly know as a three-tier application.

544


Is comparable a functional interface?

501


What are native methods?

482


What is a thread? What is multithreading?

503


What is an object and a class?

551