InterviewSolution
Saved Bookmarks
| 1. |
What is Savepoint in PL SQL? |
|
Answer» In, PL/SQL, a SAVEPOINT is a TCL(Transition Control Language), statement is used to create a breakpoint during a specific/current transaction at a PARTICULAR location. A Savepoint is basically a PIT stop for transactions and ROLLBACK can be used to ERASE any PART of a transaction. |
|