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

Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).

491


What is generic delegates in c#?

533


What is overloading with example?

509


Can you create an instance of a static class?

562


What is xslt in c#?

479






What is field in c#?

474


Describe two uses of the “using” statement during the operation of c#?

555


What is written in c#?

550


What is the task perform by clr?

581


What is the difference between disposing of () and finalize() methods in c#?

554


What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to

531


Differentiate between object pooling and connection pooling in c#?

559


Why do we need private constructor in c#?

478


What is strong name in c# and how can we use it?

547


Why singleton pattern is used in c#?

544