Executable & Header find a return key word while creating function - PL/SQL Errors
Q. When creating a function, in which section will you typically find a return key word?- Published on 19 Oct 15a. Header Only
b. Declarative
c. Executable and Header
d. Executable and exception handling
ANSWER: Executable and Header
The return keyword is an executable statement. It is mandatory to write this keyword in a function.