DEVFYI - Developer Resource - FYI

What is SAVE POINT ?

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

782. What is SAVE POINT ?

For long transactions that contain many SQL statements, intermediate markers or savepoints can be declared which can be used to divide a transaction into smaller parts. This allows the option of later rolling back all work performed from the current point in the transaction to a declared savepoint within the transaction.

(Continued on next question...)

Other Interview Questions