mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 22:13:56 +07:00
Update README.md
This commit is contained in:
@@ -110,3 +110,13 @@ These components are −
|
|||||||
- Takes back privileges granted from user.
|
- Takes back privileges granted from user.
|
||||||
|
|
||||||
# TCL - Transaction Control Language 😀
|
# 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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user