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 url?
Define object-oriented model.
When would you use a database?
What are different partitioning techniques in database?
What versions of clipper does netlib support?
What are the steps in creating a database?
What is field record and table in database?
What is openedge rdbms?
What is a relation in dbms?
How many types of users in dbms?
What is type of end users?
define aggregate functions.
What is database schema in dbms?
when All datafiles related to a Tablespace are removed ?
Why do we need foreign key?