Oracle Database SQL — Question 6

Which two actions can you perform with object privileges? (Choose two.)

Answer options

Correct answer: B, E

Explanation

The correct options are B and E because object privileges specifically allow users to create FOREIGN KEY constraints that refer to tables in different schemas and to execute procedures or functions in other schemas. Options A, C, and D are not actions that can be performed using object privileges; they relate to different administrative functions or privileges.