Oracle Database: Advanced PL/SQL — Question 64

Which three are true about PL/SQL subprograms? (Choose three.)

Answer options

Correct answer: C, D, G

Explanation

Option C is correct because subprograms being cached by default allows for sharing and reduces memory use. Option D is also accurate as it highlights the efficiency gained by reusing parsed code, which minimizes overhead. Option G is true as PL/SQL procedures can indeed invoke external code, while the other options either misrepresent privileges or session states.