What’s ACID?
Monday, June 15, 2009 4:30Posted in category MySql Interview Questions
No Comments
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.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.


