adspace


what are properties of a transaction? : Sql dba

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


Please Help Members By Posting Answers For Below Questions

Can delete statement be rollbacked?

1054


what is dbms? : Sql dba

1061


how to use regular expression in pattern match conditions? : Sql dba

1113


What is the current version of postgresql?

1178


What is your daily office routine?

2346


what are aggregate and scalar functions? : Sql dba

1129


What is the current version of sql?

1094


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

2091


Is primary key clustered index?

1019


what are the advantages of sql ? : Sql dba

1142


Can we rollback truncate?

1074


What is the best sql course?

1050


Does group by remove duplicates?

1112


how to escape special characters in sql statements? : Sql dba

1114


how to start mysql server? : Sql dba

1267