can u explain grant and revoke operations with example...?
GRANT: This command is used for gives access privileges to users for database. The syntax is-
GRANT dba to username;
REVOKE: This command is used for withdraws access privileges to users for database. The syntax is-
REVOKE permissions on tablename from username;