What are main difference between Stored Procedure and
Functions.
Answer Posted / s. elaiyaraja
The Main difference between stored procedure and Function
is SP's can return the value or not, but Functions should
return the value.
And We can use the function within the Queries, but sp's we
won't able to use it in the queries.
We can implicitely execute the sp's. But function's we
can't.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
How to apply filtering criteria at group level in oracle?
Point the difference between translate and replace?
How to use subqueries with the in operator using oracle?
How to update values in a table in oracle?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
what is the difference between functional dependecy and multilevel dependency?
How to create a stored procedure in oracle?
What is oracle rowcount?
What is oracle open database communication (odbc)?
How to set a transaction to be read only in oracle?
Explain alias?
What is the database name in oracle?
What is a read write transaction in oracle?
what is the use of system.effective.date variable in oracle?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).