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
Is mysql better than oracle?
How to calculate the difference between two time values?
What are the advantages of mysql in comparison to oracle?
Can we write procedure in mysql?
How to analyze tables with 'mysqlcheck'?
What is the difference between truncate and delete?
How many rows can be inserted in mysql at a time?
Is mysql query case sensitive?
What is dbms in mysql?
What is dblink?
What is the difference between is null & is not null?
How many ways to get the current time?
How to add a new column to an existing table in mysql?
What is a transaction? Describe mysql transaction properties.
What are ddl statements in mysql?