Answer Posted / piyush sharma
ACID refers to the basic properties of a database
transaction: Atomicity, Consistency, Isolation, and
Durability.
All Oracle database, Oracle RDB and InnoDB transactions
comply with these properties. However, Oracle's Berkeley DB
database is not ACID-compliant.
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 ? | 64 Yes | 2 No |
Post New Answer View All Answers
How do you exit a database?
Define a relation schema and a relation.
Why c++ used in clipper?
What is a degree of relation?
what are the different levels of database schema?
What is database management used for?
Why is the use of dbms recommended? Explain by listing some of its major advantages.
How can we tune a oracle database if log file sync issue comes
What is the difference between star flake and snow flake schema?
What are the different stages in 'data warehousing'?
What is big data database?
What is database management system(dbms) and why it is used?
Enlist some commands of ddl?
Describe concurrency control.
Does google have a database like access?