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

What are the properties of string?

489


What is a multicast delegate in c#?

535


How do you create dlls in .NET

576


What is an actual parameter?

494


What is data bind in c#?

523






Explain About Web.config

563


If a method's return type is void, can you use a return keyword in the method?

541


What is desktop example?

489


Is an interface a type c#?

517


4. Describe the process when we send a request URL? And who is responsible for that?

1488


Is int an object in c#?

517


if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.

1921


What is parallel programming in c#?

494


What is difference between interface and abstraction?

467


Is namespace a class?

496