DBMS
DBMS
commands.
1. CREATE Command
2. DROP Command
3. ALTER Command
4. TRUNCATE Command
5. RENAME Command
1. INSERT Command
2. SELECT Command
3. UPDATE Command
4. DELETE Command
Before Grant
After Grant
Updated by Ujjawal_0014@localhost side
Revoke Command- This command withdraws the user’s
access privileges given by using the GRANT command.
eSyntax for Revoke Command-
REVOKE SELECT, UPDATE ON MY_TABLE FROM USER1, USER2;