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
Where do you use decode and case statements?
What is the usage of control file in oracle?
What is oracle server autotrace in oracle?
What is bind variable in oracle 11g?
How to use "for" statements in oracle?
Why use resource manager in Oracle?
Is there an oracle sql query that aggregates multiple rows into one row?
How to display employee records who gets more salary than the average salary in the department?
How can windows applications connect to oracle servers?
What is the use of aggregate functions in oracle?
What are the uses of Database Trigger ?
Can multiple cursors being opened at the same time?
What is save point in oracle database?
Can I create users through internet explorer in oracle 10g?
Why does for update in oracle 8 cause an ora-01002 error?