From b93217b32e50ac27b6f1405139b1c61c3f6ab2f5 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:20:52 +0530 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d4a8c2b..5180566 100644 --- a/README.md +++ b/README.md @@ -886,3 +886,13 @@ Otherwise, the transaction is aborted at the point of failure and all the previo **Durability** − ensures that the result or effect of a committed transaction persists in case of a system failure. + +## Transaction Control Commands + +COMMIT − to save the changes. + +ROLLBACK − to roll back the changes. + +SAVEPOINT − creates points within the groups of transactions in which to ROLLBACK. + +SET TRANSACTION − Places a name on a transaction.