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
What's difference between constants and static readonly?
Why do we use class in c#?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
What are the properties of a string class?
What is cookies c#?
What is datetime minvalue in c#?
What is the difference between array and list in c#?
Explain hash table in c# ?
Does c# support a variable number of arguments?
What is yield c#?
Is class reference type c#?
Can destructors have access modifiers?
Is c# code is unmanaged or managed code?
How can you achieve run time polymorphism in C#?
Explain states of a thread in c#?