what is difference between procedure and function
Answer Posted / shyam katwal
The only difference between procedure and function is:
Function returns a value
whereas
Procedure does not return a value
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is duration in sql profiler trace?
What is the largest value that can be stored in a byte data field?
What is the maximum database size for sql express?
Why primary key is required?
How to convert comma separated string to array in pl/sql?
Explain the structure of pl/sql in brief.
How can you load multi line records? : aql loader
What are the types of sql commands?
How does a self join work?
What is the purpose of the partition table?
what is a control file ? : Sql dba
What does count (*) mean in sql?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
What are transaction and its controls?
What is a function in oracle pl sql?