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
What is tee command in mysql?
What is the difference between BLOB AND TEXT?
How to get a list of all tables in a database?
What is the datatype for password in mysql?
Why we use mysql workbench?
Is mysql relational?
What is mysql in dbms?
How can you retrieve a portion of any column value by using a select query?
What is unsigned in mysql?
What is use command in mysql?
How is myisam table stored?
Explain % and _ inside like statement?
How do I restore a database in mysql workbench?
How to start mysql server?
How do I start mysql from command line?