Answer Posted / 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 |
Post New Answer View All Answers
How to create multi-dimensional array?
What is called method in c#?
How to properly clean up excel interop objects?
Can the nested class access, the containing class. Give an example?
In which order the constructor is called for an inherited class?
What are indexers in c# .net?
What are strings in c#?
Is ram a heap?
What is xml c#?
What is difference between association, aggregation and inheritance relationships?
Can arraylist store different data types in c#?
Is it possible to inline assembly or il in c# code?
For methods inside the interface why can’t you specify the accessibility modifier?
How does the lifecycle of Windows services differ from Standard EXE?
Can abstract class have private constructor c#?