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
How do I remove a user from mysql?
Does mysql automatically index foreign keys?
How does mysql encrypt passwords?
Is number a datatype in mysql?
What are the common mysql functions?
How to use sum function in where clause in mysql?
What are the ways in which you can retrieve data in the result set of mysql using php?
What is procedural api?
What happens if null values are involved in expressions?
What is mysqli_connect_error ()?
Why mysql is used with php?
How do I run mysql without installing?
How do I show users in mysql?
how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
What are the differences between innodb and myisam engines?