Oracle Database SQL — Question 118

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

Answer options

Correct answer: A, C, F

Explanation

Option A is correct as both object and system privileges can indeed be combined and assigned to a role. Option C is accurate because schema owners have the authority to grant privileges on their objects to others. Option F is also correct since privileges on a table apply to its synonyms. Options B, D, and E are incorrect as they misrepresent the rules governing privileges and role creation.