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
Is char * null terminated?
What is the difference between virtual method and abstract method?
What is singleordefault?
What is parallel foreach c#?
How to implement delegates in c#.net
Why does my windows application pop up a console window every time I run it?
Why do you need boxing in c#?
Why do we need generics in c#?
What are the benefits of using the aggregate method in linq?
What is the purpose of namespace?
Give an example of a directcast.
Can we declare private class in c#?
What is the meaning of 0 in c#?
What is global namespace in c#?
Why do we need singleton pattern in c#?