Multiple choice

Which of the following is the incorrect statement about the subprogram of PL/SQL block structure?

  1. Declarative part is optional part.

  2. Executable part is mandatory part.

  3. Exception-handling part is mandatory.

  4. The structure of a function is like that of a procedure.

  5. The procedures are made for these subprograms.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This part is optional.