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 many types of indexes are there in mysql?
What is datadir?
How to create a new table in mysql?
Why use mysql procedures?
How do I show all mysql databases?
What is mysql vs sql?
What is user in mysql?
What is max connections in mysql?
How many columns can a table have?
Does mysql use sql?
What, if a table has one column defined as TIMESTAMP?
Can mysql store files?
What you can use regular expression for in mysql?
What is 'mysqladmin' in mysql?
How to drop an existing index in mysql?