function can return value ,procedure also return value through
out parameter then what is the difference?
Answer Posted / damodharan
function should always return only one value
but procedure may return a value value it may one or more
than one value
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the difference between clustered and non clustered index in sql? : Sql dba
What is sql in oracle?
What is the use of index in hive?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
What type of join is sql join?
What is dynamic sql in pl sql?
what is not null constraint? : Sql dba
which tcp/ip port does sql server run on? : Sql dba
What do you understand by exception handling in pl/sql?
How would you convert date into julian date format?
What is partition by in sql?
What is query optimization in sql?
what is the difference between union and union all? : Sql dba
How do you update a sql procedure?
Can we insert data in view?