What is the difference between a Stored procedure and function?
Answer Posted / orknob ghosh
Stored procs can't be called within function but function
can be called within stored procedures.
Stored proc can have DML statements whereas a fuction can't
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what are configuration files?
What is _viewstart?
How do you open a page in a new window?
What can we do with asp.net?
How to retrieve user name in case of Window Authentication?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What is clr? Difference between clr & cts?
IN an ASP.NET Web application if there is any error, how can you debug?
What are the security types in ASP/ASP.NET? Different Authentication modes?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
Where code pages are used?
What is the meaning of TestApi?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What is the difference between a page theme and a global theme?