From 87a8a1325300fe5bf0508f73939cca74d008a1df Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:23:51 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b77bb75..f31dd47 100644 --- a/README.md +++ b/README.md @@ -890,6 +890,8 @@ Transactions have the following four standard properties, usually referred to by ### ROLLBACK − to roll back the changes. + ROLLBACK; + ### SAVEPOINT − creates points within the groups of transactions in which to ROLLBACK. ### SET TRANSACTION − Places a name on a transaction.