Database Developer Question:

Tell me what are the different DCL commands in SQL?

Answer:

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

Read All 70 Database Developer Questions
Previous QuestionNext Question
Tell me what are the popular Database Management Systems in the IT Industry?Tell us what is a Subquery?