#234. The user Sue issues this SQL statement: GRANT SELECT ON sue.EMP TO alice WITH GRANT OPTION;
The user Alice issues this SQL statement: GRANT SELECT ON sue.EMP TO reena WITH GRANT OPTION;
The user Reena issues this SQL statement: GRANT SELECT ON sue.EMP TO timber;
The user Sue issues this SQL statement: REVOKE SELECT ON sue.EMP FROM alice;
For which users does the revoke command revoke SELECT privileges on the SUE.EMP table?
Show comments for this question (1)
Add comments
Link to this question
|