Your Browser is not longer supported
Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...
{{viewport.spaceProperty.prod}}
SQL statements for transaction management
SQL statement |
Function |
SET TRANSACTION |
Defines the isolation level and transaction mode |
COMMIT WORK |
Commits the changes made during a transaction |
ROLLBACK WORK |
Rolls back the changes made during a transaction |
Table 24: SQL statements for transaction management