What are the usage of SAVEPOINTS?

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


Please Help Members By Posting Answers For Below Questions

What is sql keyword?

547


What is view? Can we update view

859


What is difference between group by and partition by?

488


What is a design view?

515


What does where 1/2 mean in sql?

521






What is the purpose of using pl/sql?

653


Lookups are a key component in sql server integration services (ssis). Explain its purpose?

526


What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql

524


What happens when a trigger is associated to a view?

494


what is sql server agent? : Sql dba

597


what's the difference between a primary key and a unique key? : Sql dba

499


What is the execution plan in sql?

546


what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba

518


What is the difference between rollback and rollback to statements?

573


What does rownum mean in sql?

545