-
Data Control Language (DCL) statements Allow you to change the permissions on database structures. There are two DCL statements:
-
GRANT Allows you to give another user access to your database structures, such as tables.
-
REVOKE Allows you to prevent another user from accessing to your database structures, such as tables.
-
Data Control Language (DCL) statements ?
PMA01:54
Categories: MySQL, MySQL-Interview-Questions