what is difference between stored procedures and
application procedures,stored function and application
function?
Answer Posted / swapna
stored procedures are subprogrammes stored in the database
and can be called & execute multiple times where in an
application procedure is the one being used for a
particular application same is the way for function.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How to create a menu in sqlplus or pl/sql?
Is nosql relational?
What is the limitation on the block size of pl/sql?
What are the sql aggregate functions?
Does truncate free space?
What is set serveroutput on?
what are the differences between require and include, include_once and require_once? : Sql dba
What is user in sql?
How does stored procedure reduce network traffic?
How to display the records between two range in Oracle SQL Plus?
What is the difference between drop and truncate commands?
Why join is faster than subquery?
Show the cursor attributes of pl/sql.
Is a table valued function object?
What are the 3 types of behavioral triggers?