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

Explain about multithreading?

0 Answers  


What is a cs file?

0 Answers  


What is the different types of private assembly and shared assembly?

0 Answers  


What is the default value of date?

0 Answers  


Why do I get a security exception when I try to run my c# app?

0 Answers  






What?s a satellite assembly?

2 Answers  


Why do we need properties in c#?

0 Answers  


What is the difference between firstordefault and singleordefault?

0 Answers  


What is the full form of GAC? Explain its uses?

0 Answers   PUCIT,


Assembly Code. in Rejester AL. How do Contast Replece( or Change): Bit D3 With Bit D4 and Bit D2 With Bit D5 and Bit D1 With Bit D6 and Bit D0 With Bit D7 I am Not Know Very Well Write English.

0 Answers   IBM,


How Global.asax is used ?

0 Answers   Siebel,


hi , how could i analyse a text the user added on a site to look for some words like "car" "shouffere" .. and then i can use that information in addition to other information to make a decision about the adds im going to to show on the site.

1 Answers  


Categories