Oracle Database SQL — Question 198

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

Answer options

Correct answer: D, F, G

Explanation

The correct answer includes D, F, and G because a user indeed has all object privileges for objects in their schema by default (D), a role can include a mix of privileges and other roles (F), and PUBLIC is a default role granted to all users (G). Options A, B, C, and E are incorrect as they misrepresent the nature of system privileges, the revocability of PUBLIC, the ownership of roles, and the ownership of roles respectively.