1.

What Are Transaction Control Statements? Can They Be Used Within The Pl/sql Block?

Answer»

Transaction CONTROL statements are the COMMIT and REVOKE commands that control the logic of transactions WITHIN a database. These statements are valid within a PL/SQL block. The COMMIT command terminates the active transaction and makes the changes permanent to the database. The ROLLBACK command terminates the active transaction but CANCELS any changes that were MADE to the database.

Transaction Control statements are the COMMIT and REVOKE commands that control the logic of transactions within a database. These statements are valid within a PL/SQL block. The COMMIT command terminates the active transaction and makes the changes permanent to the database. The ROLLBACK command terminates the active transaction but cancels any changes that were made to the database.



Discussion

No Comment Found