A recursive subprogram is one that calls itself - PL/SQL Subprograms

Q.  A recursive subprogram is one that calls itself.
- Published on 01 Jul 15

a. True
b. False

ANSWER: True
 
Every recursive call creates a new instance of the items declared in the subprogram including parameters, variables, cursors and exceptions.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)