PostgreSQL - Roles and Security
If a user has been granted SELECT and UPDATE permissions on a table, what will be the result of the following command?
REVOKE UPDATE ON table1 FROM user1;
REVOKE UPDATE ON table1 FROM user1;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions