..


Sponsored Links

GRANT

The GRANT statement of 'SQL DDL assigns privileges to a database user in performing certain actions.

An example syntax is as follows:

 



 GRANT permission ON table TO user

 
Essentially assigns the list of permissions (which can be DDL or DML SQL statements) to the list of tables specified list of specified users.

More in Assign and revoke permissions with GRANT and REVOKE .

In the same category ...
E-Learning
MS Access (Advanced) MS Access (Advanced)
Learn how to create and manage databases quickly and easily. Starting from 29 €.
MySQL (Course) MySQL (Course)
Management of open-source database. From 39 €.
SQL and Database (Course) SQL and Database (Course)
Create and manage relational databases. From 39 €.
Sponsored Links