Saturday 26 May 2012

Is it possible to make procedure or function part of the IF THEN ELSE block? | PL SQL

 Procedure cannot be called from within the IF THEN ELSE block however, functions can become a part of the IF THEN ELSE block because functions return the value in such a manner that the function call in the block acts like a variable.