DCL (Data Control Language) allows users to control access and permission management to the database. It is the subset of a database, which decides what part of the database should be accessed by which user at what point of time. It includes two commands, GRANT and REVOKE.
ExampleGRANT * ON mydb.Student TO mail@localhsot;