DCL or Data Control Language commands are used enforce access control to data within the database or database objects.
These are:
- GRANT <previlige_name> ON <object_name> TO <user_name>
- REVOKE <previlige_name> ON <object_name> FROM <user_name>
DCL or Data Control Language commands are used enforce access control to data within the database or database objects.
These are:
DCL or Data Control Language commands are used enforce access control to data within the database or database objects.
These are: