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