Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is a private class in c#?

1206


What is difference between iqueryable and ienumerable in c#?

919


the c# keyword .int. Maps to which .net type?

1181


What is the difference between delegates and superdelegates?

959


How many bits is int32?

1013


What is use of a HashTable in .NET?

1204


Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?

972


What is the namespcae generally given to the webpage of the .NET Framework ?

1121


What is platform independence"?

996


What is the root element of an xml file?

920


Why do we need singleton class in c#?

1005


What is the difference between finalize() and dispose()?

976


From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?

1003


Why use “using” in c#?

1019


Can arraylist hold primitive types?

1107