What is the difference between a Stored procedure and function?
Answer Posted / janardan baghla
1.stored proceudures can not return tables whereas
functions can.
2.stored procedures can not used in select statemnet
whereas functions can.
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
What is viewstate in asp net with example?
How many types of file extensions for razor views in ASP.Net MVC?
What are the asp.net 2.0 features?
What is meant by server side scripting?
How to implement form based authentication in asp.net application?
What are the media types of http requests and response?
Can we use a static function with a non-static variable?
How can you display all validation messages in one control?
What is asp.net introduction?
What is datagrid asp.net?
What is viewstategenerator?
How would ASP and ASP.NET applications run at the same time on the same server?
What are themes and skins in 2.0, explain usage scenario?
Where is http session stored?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc