what is the difference between procedure and function.
Answer Posted / hitesh
1.Procedure can call a function but Function cannot call
the function.
2.Procedure may or may not return the value but function
must return a scalar value.
3.Procedure can have any statements and function can have
only select like thing
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are xml indexes?
Can we write a distributed query and get some data which is located on other server and oracle database?
What is dbcc command in sql server?
How do I setup a sql server database?
What function does a database engine serve in the sql server?
How do I manually uninstall an instance of sql server 2016?
What are user-defined functions (udfs) in sql server?
ow to bring suspect mode datbase online from scratch
What are the 7 disadvantages to a manual system?
Do you know what is xpath?
What is change tracking in sql server?
How to concatenate two binary strings together?
What is format parameter in ssrs?
What is clustered index
What is nolock?