Multiple choice

Which SQL command is used to remove privileges given to a user?

  1. TRIGGER

  2. CREATE VIEW

  3. UPDATE

  4. GRANT

  5. REVOKE

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

The REVOKE command revokes previously granted privileges from one or more roles.