Oracle Database SQL — Question 202

Which three are true about system and object privileges? (Choose three.)

Answer options

Correct answer: C, D, E

Explanation

Option C is correct because revoking an object privilege granted with the WITH GRANT OPTION will affect all users who also received that privilege. Option D is accurate as the REFERENCES object privilege is needed to create a foreign key constraint in another schema. Option E is true since revoking a system privilege granted with WITH ADMIN OPTION also impacts all associated privileges granted to others.