In this session, we focus on the transaction control language (TCL).
Commit
COMMIT;
Save Point
SAVEPOINT save_point_name;
Roll Back
ROLLBACK TO save_point_name;
ROLLBACK TO test_purpose;
restores the database to the state at the save point named "test_purpose."Set Transaction
SET TRANSACTION READ ONLY;