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
Write a trigger example in oracle?
what are actual and formal parameters?
What is ASM (Automatic Storage Management) in Oracle?
How a tablespace is related to data files?
How to do clean up if create database failed?
Is oracle an open source?
Explain overloading. Can functions be overloaded?
How do you find current date and time in oracle?
How to view all columns in an existing table?
Difference between cartesian join and cross join?
How to load a large xml file?
How will you write a query to get a 5th rank student from a table student_report?
What are the components of logical database structure in oracle database?
How to pass parameters to procedures in oracle?
Explain what are the different type of segments?