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
How much does sql certification cost?
How to test for null values?
What is the difference between python and sql?
What are sql procedures?
Are subqueries faster than joins?
How many joins in sql?
What is the difference between function, procedure and package in pl/sql?
Is crud a cuss word?
What is scalar function?
what is the use of set statement in tsql? : Transact sql
What is parameter substitution in sql?
Why use triggers in sql?
Why is sql*loader direct path so fast?
What are all the different normalization?
What is the purpose of my sql?