Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:22:01 +05:30
committed by GitHub
parent 60a8022981
commit 1d4475abf5
+2
View File
@@ -891,6 +891,8 @@ Otherwise, the transaction is aborted at the point of failure and all the previo
### COMMIT to save the changes.
COMMIT;
### ROLLBACK to roll back the changes.
### SAVEPOINT creates points within the groups of transactions in which to ROLLBACK.