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 is the use of expression tree in c#?
What is ispostback c#?
Explain the feature of c# language?
What is the use of flag in c#?
Explain the types of Polymorphism.
Name some properties of array.
What is the usage of Enumeration in C# Programming and is it good to use or not ?
Which technology is best for desktop application?
What is difference between gridview and form view?
What is a .aspx file?
what is method overloading in c#?
What is the difference between string and stringbuilder in c#?
What is difference between event and delegate in c#?
What is the difference between array and list in c#?
What is the difference between finally and finalize block?