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
Explain the OOPS concept in C#?
Why do we need interfaces in c#?
What is a dimensional array?
Can you instantiate a struct without using a new operator in c#?
How do I format a string in c#?
Can we override constructor in c#?
Are structs value types or reference types?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
What are callback methods in c#?
What is c sharp language?
what is a enumeration in c#
What is dictionary collection in c#?
Is int an object in c#?
What is a sealed class?
What is arraylist class in c#?