EVERYTHING YOU NEED TO KNOW ABOUT DCL COMMANDS
DCL stands for Data Control Language. It is a set of SQL commands used to grant & take back authority from users.
1. GRANT
It is used to give permissions to a user.
-- SYNTAX
GRANT privilege
ON tabl
blagos.hashnode.dev1 min read