1.

Give the SQL DCL commands?

Answer»

SQL DCL COMMANDS List Commands: 

1. Grant 

2. Revoke

Description:

1. Used to give permission to specific users on specific database objects like table, view etc 

2. Used to take out permission from specific users on specific database objects like table, view etc.



Discussion

No Comment Found