adspace
Answer Posted / Deependra Kumar
Commit: A SQL command used to save all the changes made in a transaction permanently. Rollback: A SQL command that undoes all the changes made in a transaction. Savepoint: A named point in a transaction where you can roll back to if needed, providing the flexibility to save intermediate results without committing or rolling back.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is schema? : Sql dba
define sql insert statement ? : Sql dba
Is primary key always clustered index?
how to use regular expression in pattern match conditions? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
Can we rollback truncate?
What is the best sql course?
what is bcp? When does it used? : Sql dba
how to escape special characters in sql statements? : Sql dba
what is dbms? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
Is inner join faster than left join?
How do I remove duplicates in two columns?
Can delete statement be rollbacked?
Is primary key clustered index?