Difference between Function and Procedure-in general?
Answer Posted / rohan
function can be written in select statement but stored
procedure cannot be written in a select statement
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
How to update muliple row in single query?
Why use identity in sql server?
What is difference between count (*) and count 1?
How to create a testing table with test data in ms sql server?
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
Explain what is the function of sql server agent windows service?
When is the use of update_statistics command?
What is difference between sql and sql server?
What do you mean by stored techniques? How would we use it?
What is the use of set nocount on/off statement?
What is the difference between lock, block and deadlock? : sql server database administration
Write a sql query to display the current date?
What is difference between group by and having?
What are window functions in sql server?
how many clustered indexes can be created on a table? : Sql server database administration