Was this helpful?
Transaction Statements
EQUEL's transaction-controlling statements are:
abort
Terminates an MQT without committing (updating the database)
abort to savepoint_name
Rolls back all statements executed after the specified savepoint
begin transaction
Begins an MQT
end transaction
Ends an MQT and commits the transaction's effects to the database.
savepoint savepoint_name
Declares a savepoint
For details about these statements, see QUEL and EQUEL Statements on page 1.
Last modified date: 11/28/2023