Describe the difference between a procedure, function and anonymous pl/sql block.
By admin on Mar 8, 2007 in PL/SQL interview questions
Level: Low
Expected answer : Candidate should mention use of DECLARE statement, a function must
return a value while a procedure doesn?t have to.



1 Comment(s)
By bhagya on Jul 1, 2008 | Reply
what is the difference between anonymous ,procedure,function block?