Answer Posted / pallis
Atomicity
The entire sequence of actions must be either completed or aborted. The transaction cannot be partially successful.
Consistency
The transaction takes the resources from one consistent state to another.
Isolation
A transaction's effect is not visible to other transactions until the transaction is committed.
Durability
Changes made by the committed transaction are permanent and must survive system failure.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is database normalization? Explain types of it.
What is database transaction?
What is a driver in programming?
Is declare cursor executable?
What is pcbs (program communication blocks)?
How do databases work?
What is dbms and types of dbms?
What is cliques? What is vdisk and how it will communicate with physical data storage at the time of data retrieval through amp?
What is a deadlock and mention how it can be resolved?
What do you mean by aggregate and scalar functions in dbms?
What is erd?
What is tabular form?
What is data redundancy in dbms?
What is a functional dependency in the dbms?
What does rdbms stand for?