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 15

a. 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.

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.)