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 do I change directories in mysql?
Is mysql written in c?
Does mysql need a server?
What are the functions of mysql?
Write a command to view mysql database table structure?
Give string types available for column?
What is mysql root?
What is logs in mysql?
What is the difference between is null & is not null?
What is offset limit?
What is data in mysql?
What is the return type of mysqli_query?
Is mysql deprecated?
How to change the database engine in mysql?
What is mysql_query?