what diffrence between function and procedure?

Answer Posted / deepu

functions and procedures are both pl/sql programs.
procedures performs a specific task,it takes parameters and
performs the actions.
functions are same as procedures except they wil return a
value.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain index?

755


Explain compound trigger in oracle?

556


What is a package in oracle?

569


What is the database name in oracle?

537


Why do we need integrity constraints in a database?

591






How to use an explicit cursor without open statements?

617


What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?

1532


What happens if you set the sga too low in oracle?

560


What happens to indexes if you drop a table?

704


How to revoke create session privilege from a user in oracle?

559


How to return top 5 rows in oracle?

550


What is define in oracle?

571


What is the difference between Delete, Truncate and Drop in Oracle?

606


What is transaction control statement and how many types of transaction control statement in Oracle?

568


How to use null as conditions in oracle?

585