what is difference between procedure and function
Answer Posted / monalisa dalbehera
Function always return a single value
Procedure may or may not return a value.
A procedure can return more than one value by using out
parameter.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can we store rows in PL/SQL using array?
how are mysql timestamps seen to a user? : Sql dba
What is the use of nvl function?
which tcp/ip port does sql server run on? : Sql dba
How do you sort in sql?
What does over partition by mean in sql?
what is oracle database ? : Sql dba
How do rank () and dense_rank () differ?
when is the use of update_statistics command? : Sql dba
Is sql an operating system?
What is a data definition language?
What are aggregate and scalar functions?
How to pronounce postgresql?
What schema means?
Is pl sql still used?