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


Please Help Members By Posting Answers For Below Questions

What is a cursor variable?

773


Explain an integrity constrains?

868


How can I create database in oracle?

735


How to convert characters to dates in oracle?

744


What is object data modeling?

688






what is the dual table in oracle?

714


What is a snapshot log?

751


Explain the use of analyse option in exp command.

763


What is hot backup and logical backup?

787


How to loop through data rows in the implicit cursor?

764


Query to retrieve record for a many to many relationship ?

2267


How much memory your 10g xe server is using?

793


How to create a server parameter file?

779


What is max rowid in oracle?

750


how to convert .db (extention) database file into .dmp (extention ) for oracle database ?

2292