adspace
Answer Posted / Rajendra Kumar Bhilware
1. Atomicity: A transaction is all-or-nothing, meaning that if any part of the transaction fails, the entire transaction fails and the database is left unchanged.
2. Consistency: A transaction ensures that the database remains in a valid state after the transaction completes.
3. Isolation: Concurrent transactions do not interfere with each other. Each transaction is isolated from others.
4. Durability: Once a transaction is committed, the changes made are permanent and will remain even if there is a system failure.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can delete statement be rollbacked?
what is dbms? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
What is the current version of postgresql?
What is your daily office routine?
what are aggregate and scalar functions? : Sql dba
What is the current version of sql?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Is primary key clustered index?
what are the advantages of sql ? : Sql dba
Can we rollback truncate?
What is the best sql course?
Does group by remove duplicates?
how to escape special characters in sql statements? : Sql dba
how to start mysql server? : Sql dba