What is the difference between a Stored procedure and function?
Answer Posted / kautilya
stored procedure can not take paramateres while function
can produce results as per the values passed to it and
functions returns value
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
How dataadapter.fill works?
How can you pass multiple complex types in Web API?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What are cookies in asp.net?
What is recordset asp?
What are the different validators in asp.net?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What are url fragments?
Is asp.net a language?
How to unit test Web API?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
How can we identify that the Page is Post Back?
in which protocol ASP.NET WEB API Work?
Explain the advantages of caching?
How do you design a website with multilingual support in ASP.NET ?