From 1d4475abf57218e2b93d258282ddd882498b84b5 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:22:01 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c2fe4bb..a1f5d62 100644 --- a/README.md +++ b/README.md @@ -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.