Answer Posted / bindhu
Savepoints are used to create marker in the current
transaction by using SAVEPOINT statement which divides the
transaction into smaller section. We can then dicard
pending changes up to that marker by using the ROLLBACK TO
SAVEPOINT statement.
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
What is java sql driver?
What does where 1/2 mean in sql?
how do you tune the slow running queries in oracle db , explain the methodology
How do I upgrade sql?
Can we call stored procedure in function?
Is pl sql better than sql?
is it possible to pass an object or table to a procedure as an argument?
what is bdb (berkeleydb)? : Sql dba
What is difference sql and mysql?
What is sql basics?
What is primary and foreign key?
what is transaction? : Sql dba
What are the different dcl commands in sql?
How to disable a trigger name update_salary?
Which sorts rows in sql?