PostgreSQL - Roles and Security
Given the commands:
Which of the following is true about user permissions on the
GRANT SELECT ON orders TO alice; GRANT INSERT ON orders TO bob; REVOKE SELECT ON orders FROM alice;
Which of the following is true about user permissions on the
orders table?