SCPT 43 : How Commit and Rollback Works in Oracle

Опубликовано: 05 Октябрь 2024
на канале: KONSIN KONSIN
94
1

Transaction control statements manage changes made by DML statements.

What is a Transaction? A transaction is a set of SQL statements which Oracle treats as a Single Unit. ...
COMMIT. To make the changes done in a transaction permanent issue the COMMIT statement. ...
ROLLBACK. ...
SAVEPOINT.