Oracle Database SQL — Question 173

Which two are true about granting privileges on objects? (Choose two.)

Answer options

Correct answer: B, E

Explanation

Option B is correct because the owner of an object inherently has all privileges on that object. Option E is also correct as it specifies the necessity for a table owner to grant the REFERENCES privilege for others to create FOREIGN KEY constraints. Options A, C, and D are incorrect because they incorrectly limit the ability to grant privileges or misstate the privileges associated with object ownership.