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 do I run pl sql in sql developer?
What are the rules to be applied to nulls whilst doing comparisons?
What is data control language (dcl)?
What is benefit of creating memory optimized table?
What is the reports view in oracle sql developer?
What is the example of procedure?
What is string join?
What are the types of join and explain each?
how to load data files into tables with 'mysqlimport'? : Sql dba
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
What is the use of <> sql?
how to show all tables with 'mysql'? : Sql dba
What is the difference between left outer join and left join?
What is java sql connection?
What is a file delimiter?