The REVOKE statement takes away permissions already GRANTed to users..When a user account is set up in SQL, in order for it to be able to do anything with the database, it must have permissions. These are given through the GRANT statement. However, there are times when the administrator will want to take some or all of those permissions away.