Explain ACID rule of thumb for transactions.

Answers were Sorted based on User's Feedback



Explain ACID rule of thumb for transactions...

Answer / guest

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 ?    9 Yes 0 No

Explain ACID rule of thumb for transactions...

Answer / vishalakshi patil

Atomicity- Each transaction is said to be atomic if when
one part of the transaction fails, the entire transaction
fails and database state is left unchanged.

Consistency-transaction will take the database from one
consistent state to another consistent state.

Isolation-Isolation refers to the requirement that other
operations cannot access or see data that has been modified
during a transaction that has not yet completed

Durability-Durability is the DBMS's guarantee that once the
user has been notified of a transaction's success, the
transaction will not be lost.

Is This Answer Correct ?    4 Yes 0 No

Explain ACID rule of thumb for transactions...

Answer / dfdfdfsfsdds

A - Alter Table

C - Create Table

I - Insert a Row

D - Delete a Row

Is This Answer Correct ?    1 Yes 14 No

Post New Answer

More C Sharp Interview Questions

List some of the basic string operation?

0 Answers  


Write the sample code for threading in c# .net..

4 Answers   Logica CMG,


Why do we need a singleton class?

0 Answers  


What is constructors, explain with syntax

0 Answers  


How does a while loop work?

0 Answers  






What is a ienumerator?

0 Answers  


What is Assembly. and Describe type of assembly. why most developer happy with private assembly.

0 Answers   MCN Solutions,


Give an example of a ctype.

0 Answers  


Is there an equivalent to the instanceof operator in visual j++?

0 Answers  


Explain constructor?

6 Answers   Wipro,


What is the console on a mac?

0 Answers  


Where is c# compiler located?

0 Answers  


Categories