Advantage Concepts
SET TRANSACTION
Sets the autocommit state for transactions on the server.
BEGIN TRANSACTION
Begins a transaction on the server.
COMMIT WORK
Commits a transaction on the server.
ROLLBACK WORK
Rolls back a transaction on the server.