Answer Posted / 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 |
Post New Answer View All Answers
How to find the unique values if the value in the column is repeated?
What is the purpose of -> in the mysql terminal?
Explain the difference between mysql_fetch_array(), mysql_fetch_object()?
What is myisamchk?
Can mysql and mariadb coexist?
explain GROUPBY & HAVING clause with examples.
What is current version of mysql?
What is the difference between database and table?
How do I change the max connection in mysql?
What is the purpose of using a heap table?
What is delimiter $$?
What is mysql used for?
How to use mysqldump to create a copy of the database?
What is prepared statement in mysql?
What is mysql server used for?