Tell me what are the different DCL commands in SQL?

Submitted by: Muhammad
DCL commands are used to create roles, grant permission and control access to the database objects.

☛ GRANT: To provide user access
☛ DENY: To deny permissions to users
☛ REVOKE: To remove user access
Submitted by: Muhammad

Read Online Database Developer Job Interview Questions And Answers