PL/SQL Functions
A PL/SQL function is a schema object that logically groups a set of SQL and other PL/SQL programming language statements together to perform a specific task. or pl/sql functions are a pl/sql block which is named and stored in oracle database.the main difference between a stored procedure and stored function is that a stored function [...]
Written by admin on June 29th, 2010 with no comments.
Read more articles on Oracle PL/SQL and PL/SQL Functions.