Answer Posted / gurmeet shah
Atomicity,Consistency,Isolation,Durability
Atomicity:
1. a transaction is a unit of operation - either all the
transaction's actions are completed or none are
2 atomicity is maintained in the presence of deadlocks.
Consistency: Consistency is the ACID property that ensures
that any changes to values in an instance are consistent
with changes to other values in the same instance
Isolations: The isolation portion of the ACID properties is
needed when there are concurrent transactions. Concurrent
transactions are transactions that occur at the same time
Durability:It refers to the ability of the system to
recover committed transaction updates if either the system
or the storage media fails.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Is mysql query case sensitive?
What are the three types of queries?
What is limit in mysql?
Can we store images in mysql database?
How to execute mysql query in php?
What does the file with the extension: frm, myd, and myi contain?
Is mysql same as sql?
Why use stored procedures in mysql?
How do I start mysql client?
What is the limit of mysql database?
What is pdo :: fetch_assoc?
What is mysql connector used for?
How to use mysqldump to create a copy of the database?
How do I download mysql on my laptop?
How do I edit a table in mysql workbench?