Entries categorized as Procedure

Difference between a FUNCTION, PROCEDURE and PACKAGE

On June 19, 2009 / By admin / In Oracle / No Comments
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.   A function and procedure are the same in that they are intended to be a collection of PL/SQL code that carries a single task. While a procedure does not have to return any values to the calling application, a function will return a single value. Read More...

Procedure

On June 18, 2009 / By admin / In Oracle / No Comments
What is a Procedure ?   A Procedure consist of a set of SQL and PL/SQL statements that are grouped together as a unit to solve a specific problem or perform a set of related tasks. Read More...
Tags:

Procedure,functions and Packages

On June 15, 2009 / By admin / In Oracle / No Comments
What are Procedure,functions and Packages?   Procedures and functions consist of set of PL/SQL statements that are grouped together as a unit to solve a specific problem or perform set of related tasks. Procedures do not Return values while Functions return one One Value Packages :: Packages Provide a method of encapsulating and storing related Read More...

SEO Powered By SEOPressor