Explain the Rollback statement?
The Rollback statement is issued when the transaction ends. Following conditions are true for a Rollback statement: The work done in a transition is undone as if it was never issued. All locks acquired by transaction are released. In PL/SQL (Procedural Language/Structured Query Language), the ROLLBACK statement is used to undo the changes made in … Read more