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
Is sql scripting language?
How many functions are there in sql?
Are pl sql variables case sensitive?
what are date and time data types in mysql? : Sql dba
What is normalization? How many normalization forms are there?
Can we call dml statement in function?
what is the difference between delete and truncate commands? : Sql dba
Does varchar need length?
What is execution plan in sql?
What are sql commands?
Why do we need a foreign key?
How do I order columns in sql?
What are the two virtual tables available at the time of database trigger execution?
Is a foreign key always unique?
Explain exception handling in pl/sql?