adspace
Answer Posted / Ravinder Kumar Jawalia
A database transaction refers to a logical unit of work that is executed within a database system. It is an atomic operation, meaning it either completes entirely or not at all. Transactions help ensure data consistency by allowing multiple operations to be grouped together and executed as a single operation. This way, if any error occurs during the execution of the transaction, the entire transaction can be rolled back to maintain the integrity of the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to escape special characters in sql statements? : Sql dba
What is the current version of sql?
Do we need to rebuild index after truncate?
Is inner join faster than left join?
what are the advantages of sql ? : Sql dba
How do I remove duplicates in two columns?
how to start mysql server? : Sql dba
what are aggregate and scalar functions? : Sql dba
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
what is dbms? : Sql dba
What is your daily office routine?
what is schema? : Sql dba
Is primary key clustered index?
what are all the common sql function? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba