From 2a339a9a0db9dec744621380a8567bd6054a5bfd Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:14:39 +0530 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9f45693..fb52670 100644 --- a/README.md +++ b/README.md @@ -110,3 +110,13 @@ These components are − - Takes back privileges granted from user. # TCL - Transaction Control Language 😀 + +### COMMIT +- Save all the transactions to the database. + +### ROLLBACK +- Undo transactions that have not already been saved to the database. + +### SAVEPOINT +- Roll the transaction back to a certain point without rolling back the entire transaction. +