Friday, 25 May 2012

Can a function be defined without a RETURN statement? | PL SQL

No, a function cannot be defined without a RETURN statement because it has to return a value back to the calling environment. In case a RETURN statement is not defined, runtime error is raised.