Data Control
The Data Control Language (DCL) authorizes users to access and manipulate data. Its two main statements are:
GRANTauthorizes one or more users to perform an operation or a set of operations on an object.REVOKEeliminates a grant, which may be the default grant.
Example:
GRANT SELECT, UPDATE ON My_table TO some_user, another_user; REVOKE SELECT, UPDATE ON My_table FROM some_user, another_user;Read more about this topic: SQL
Famous quotes containing the words data and/or control:
“Mental health data from the 1950s on middle-aged women showed them to be a particularly distressed group, vulnerable to depression and feelings of uselessness. This isnt surprising. If society tells you that your main role is to be attractive to men and you are getting crows feet, and to be a mother to children and yours are leaving home, no wonder you are distressed.”
—Grace Baruch (20th century)
“Physical nature lies at our feet shackled with a hundred chains. What of the control of human nature? Do not point to the triumphs of psychiatry, social services or the war against crime. Domination of human nature can only mean the domination of every man by himself.”
—Johan Huizinga (18721945)