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 can you change the password of a mysql user?
How to drop an existing index in mysql?
How can I compare two mysql databases?
Write a query to find duplicate rows in table?
List data types in mysql? Explain
What is difference between mysql and mysqli?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
How can you calculate the sum of any column of a table?
What does mysqli_fetch_assoc do?
How to include comments in sql statements?
How to connect html form to mysql database using php?
How to show certain selected rows with the value "pcds".
How to enter boolean values in sql statements?
What is difference between group by and order by clause?
How do I uninstall mysql connector?