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 do I know if oracle is installed on windows?
What is an oracle table?
What is procedure overloading in oracle?
Explain a private synonyms?
What are transaction isolation levels supported by oracle?
Explain the use of file option in exp command.
What is a subquery in oracle?
How do I uninstall oracle 11g?
What are a query and state the different types of queries and their uses?
 How to use an oracle sequence generator in a mapping?
What is an index associated with a constraint?
how can we store any pdf file in oracle
Is oracle a relational database?
Why packages are used in oracle?
Can we store images in oracle database?