When discussing SQL commands to control permission settings, which statement is true?

When discussing SQL commands to control permission settings, which statement is true?


Answer: – REVOKE removes permission set by GRANT or DENY

(REVOKE removes permissions established by the GRANT or DENY command. There is no ALLOW command. The DENY command overrides any existing GRANTed permission.)