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 |
Define the characteristics of an SQL transaction |
COMMIT WORK |
Commit SQL transaction |
ROLLBACK WORK |
Roll back SQL transaction. |
Table 38: SQL statements for transaction management