Functions act like new expressions & operators - PL/SQL Subprograms

Q.  Subprograms let you extend the PL/SQL language. Which subprogram acts like new expressions and operators?
- Published on 07 Jul 15

a. Procedures
b. Functions
c. Both A & B
d. None of the above

ANSWER: Functions
 
Functions in a subprogram act like new expressions and operators. A function computes a value in a subprogram. The function has a return clause.

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