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 c# used for in the industry?
What is the namespcae generally given to the webpage of the .NET Framework ?
Write the difference between TypeOf and GetType?
When a Static Constructor is called in a Class?
What is inline function in c#?
What is unrecognized escape sequence in c#?
How garbage collection deals with circular references.
What is getenumerator?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
Why can't we use a static class instead of singleton?
What is polymorphism in c sharp?
What is platform independence"?
What is the difference between package and interface?
What is access modifier in c#?
What is an int in c#?