adspace
Answer Posted / Mohit Singh Chauhan
A transaction in SQL is a logical unit of work that contains one or more SQL statements. It ensures data integrity by guaranteeing that all the SQL statements within the transaction are executed together, committed as a whole (successfully), or rolled back (unexecuted) if any error occurs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is bcp? When does it used? : Sql dba
what is schema? : Sql dba
Is primary key always clustered index?
What is the current version of sql?
Is inner join faster than left join?
what are all the common sql function? : Sql dba
Do we need to rebuild index after truncate?
what is sql server agent? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
Can delete statement be rollbacked?
How do I remove duplicates in two columns?
define sql insert statement ? : 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
how many tables will create when we create table, what are they? : Sql dba
Can we rollback truncate?