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
What is rowid in sql?
What is database sql?
What are different types of keys?
What is before trigger?
What is offset and limit in sql?
What is vector point function?
How can I delete duplicate rows?
How to handle bulk data?
What does cursor do in sql?
What is auto increment feature in sql?
Explain the types of joins in sql?
Is sql procedural language?
How do I find duplicates in sql?
What is basic structure of pl sql?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba