1.

What Is The Difference Between Stored Procedures And Stored Functions In Oracle?

Answer»

Both(functions and PROCEDURES) are the Oracle Objects that work explicitly towards database objects LIKE TABLES,Views.

The diff. b/t Stored Procedures and Functions:

  1. The procedures doesn't RETURN values. whereas the function returns value.
  2. The procedures accept more than ONE argument whereas the functions not.

Both(functions and Procedures) are the Oracle Objects that work explicitly towards database objects like Tables,Views.

The diff. b/t Stored Procedures and Functions:



Discussion

No Comment Found