What are main difference between Stored Procedure and
Functions.
Answer Posted / guru
stored procedure : It is Pre Compiled Code(PCode) it is stored
in Database. we can reuse without compile.
Function: It need compile whenever it will run.
Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
Why should I use oracle database?
How to rename an index?
How to install oracle database 10g xe?
What is partitioned table in Oracle?
How to use subqueries in the from clause in oracle?
What is query image?
Does oracle charge for java?
What language does oracle use?
How many file formats are supported to export data?
What is a cursor and what are the steps need to be taken?
How to add another datafile to a tablespace?
How do I spool in oracle?
Explain do view contain data?
What is bulk collect in oracle?
What privilege is needed for a user to insert rows to tables in another schema?