Explain ACID rule of thumb for transactions.

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


Please Help Members By Posting Answers For Below Questions

How can I check the type of an object at runtime?

524


What is view state c#?

517


How can we set class to be inherited, but prevent the method from being over-ridden?

532


How do I create a multilanguage?

510


What is difference between assembly and namespace?

471






What is difference between asp net and c# net?

479


Are multiple data types stored in System.Array?

648


What is session state in asp net c# with example?

470


What is a console?

496


What is keywords in c#?

492


What is use of abstract class in c#?

492


What is parameterized constructor?

506


Tell me the difference between call by value and call by reference.

536


Which program construct must return a value?

565


Enlist all the components of an ado.net framework?

478