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 causes index fragmentation?
Can we delete data from a view?
What is the purpose of object explorer and its features? : sql server management studio
How to modify an existing user defined function?
What are commonly used mssql functions in php?
What is xdr?
How do I setup a local sql server database?
What are the mathematical functions supported by sql server 2005?
How to retrieve error messages using odbc_errormsg()?
How to concatenate two binary strings together?
Write a query to find 5th highest amount paid from the customer table.
What is join and name different type of joins?
Explain external key management in sql server 2008
Explain the first normal form(1nf)?
Difference between Inner vs outer joins?