Friday, 25 May 2012

Can there be multiple RETURN statements within a function? PL SQL

Yes, there can be multiple RETURN statements within a function though only one is executed. After the value is returned, the control passes back to the calling environment and function processing is stopped.