From 05f33a2773f2f19b4b66b2a53ad93ed57e5df8bf Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Tue, 27 Jul 2021 20:50:21 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1807424..3725693 100644 --- a/README.md +++ b/README.md @@ -356,7 +356,8 @@ Following are some of the most commonly used constraints available in SQL − ### SQL USE Statement USE database_name; -SQL COMMIT Statement -COMMIT; +### SQL COMMIT Statement + COMMIT; + SQL ROLLBACK Statement ROLLBACK;