Oracle Database: Advanced PL/SQL — Question 10

Which three are true about anonymous blocks and subprograms? (Choose three.)

Answer options

Correct answer: B, C, E

Explanation

Option B is correct because PROCEDURE subprograms are designed to accept parameters. Option C is also correct as FUNCTION subprograms are required to return a value. Option E is true since named subprograms are indeed stored in the database server. The other options are incorrect because they misrepresent the nature of subprograms and anonymous blocks.