![]() |
|||
|
![]() |
![]() |
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
![]() Term: ROLLBACK
Definition: SQL> ROLLBACK; Example Usage: The SELECT below statement shows the current data in the TEST table: SQL> SELECT * FROM TEST; The INSERT statement below inserts a new record into the TEST table, and the SELECT statement confirms the insertion of the new record: SQL> INSERT INTO TEST VALUES (3,'PSOUG','ORACLE'); The ROLLBACK command is now executed to revert back the last set of transactions done on the table: SQL> ROLLBACK; Related Links:
Related Code Snippets:
|
![]() |
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2025 psoug.org |