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
Explain by listing some of dbms major advantages.
Define weak entity set.
What is database example?
What are the restrictions applicable while creating views?
What is system r? How many of its two major subsystems?
What database should I learn first?
Can group by and ordered by used in a single query?
What are the advantages of database management system?
What are the functions of rdbms?
What is a database in a website?
What is a Built_in subprogram ?
What is dba stand for?
How do queries work in a database?
What are different types of joins in sql?
how to generate an auto incremental number in a ssis package?