Procedures are RETURN statement which does not return value & cannot contain expression - PL/SQL
Q. In which subprogram a RETURN statement does not return a value and so cannot contain an expression?- Published on 08 Jul 15a. In Procedures
b. In Functions
c. Both A & B
d. None of the above
ANSWER: In Procedures
Procedures are the subprograms which do not return a value directly because they are mainly used for performing actions.