Explain the difference between a FUNCTION, PROCEDURE and
PACKAGE.

Answer Posted / esakkiraja

One more diff between function and procedure

Functions can be used in sql query but procedure we can't
used in sql query

For eg:
tax is a function we can use like

select ename,tax(sal) from emp where ename='saki';


In this we can use.....

Is This Answer Correct ?    64 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where in the Oracle directory tree structure are audit traces placed?

2411


What Are Cross Validation & Adi?

929


What is supporting issues GL AP and AR?

2268


How would you determine who has added a row to a table?

2075


What is the use of lockboxes? : oracle accounts receivable

987


What is the sql query to find the employee who has Nth maximum salary?

4790


How to move the data from one flatfile to multiple staging tables?give me some examples? for example in po interface one flat file is there and multiple staging tables are there how can move it?please give me answer for this question?

2202


WHAT ARE TEMPLATES?EXPLAIN WHAT YOU HAVE CREATED?

1817


CAN AUNIVERSE BE LINKED TO MORE THAN ONE DATASOURCE?

1865


What is Restricted Mode of Instance Startup in Oracle?

952


i want to know about the javaBean.what is its purpose and how it can use in Forms.

2160


What are the interface tables used for ar invoices, customers, receipts for conversion process? : oracle accounts receivable

1040


Give two methods you could use to determine what DDL changes have been made.

6428


can u pls share responsibilities for production how to environment in odi?and how to generate report ?

2163


What is the Difference between the Person_Type_id column in the per_all_people_f and per_person_type_usages_f

4212