What will be the outcome?

USER1 grants SELECT, INSERT, and UPDATE privileges on USER1, EMP to USER2.
SYS executes this command:
SQL>REVOKE UPDATE ON user1.emp FROM user1;
What will be the outcome?
A. It will succeed and only USER1 will be unable to perform SELECT, INSERT, or UPDATE on USER1.EMP
B. It will succeed and only USER2 will be unable to perform SELECT, INSERT, or UPDATE on USER1.EMP
C. It will fail because USER1 is the owner of USER1.EMP
D. It will succeed but neither USER1 nor USER2 will be able to perform SELECT, INSERT, or UPDATE on USER1.EMP
E. It will succeed and neither USER1 nor USER2 will be able to perform INSERT or UPDATE on USER1.EMP, but both will be able to query USER1.EMP

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.