What is ACID?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / amith
Automicity transactions are atomic and should be treated
as one in case of rollback. Consistency - the database
should be in consistent state between multiple states in
transaction.
Isolation no other queries can access the data modified by
a running transaction. Durability system crashes should not
lose the data.
| Is This Answer Correct ? | 2 Yes | 0 No |
How do you index just the first four bytes of the column?
If we create a column with data type VARCHAR(3), what would we expect to see in MySQL table?
How to write after insert event update trigger on the same table in mysql?
How to get last inserted id after insert data from a table in mysql?
Why is it called mysql?
What is the phantom problem?
What is database url for mysql?
How to install mysql?
How to set mysql variable in php?
What is prepared statement in mysql?
Ondelete clause is specified with a.)Drop table b.)Delete command c.)Create table d.)Select command
Can we store files in mysql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)