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
explain code with multi inhertance
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What are session state modes in asp.net?
What are user controls?
What is the difference between user control an custom control?
Explain State management in asp.net
What is query string?
Where would you use an ihttpmodule, and what are the limitations of any?
How many types of file extensions for razor views in ASP.Net MVC?
Can you explain the basic use of dataview?
How to comment out asp.net tags?
What is rich control in asp.net?
What is the base class from which web forms are inherited?
How can we provide the WebParts control functionality to a server control?
What is Dynamic Web and discuss its usage with the help of real life examples?