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
What command would you use to add a column to a table in sql server?
What will be the maximum number of index per table?
What is an example of a primary key?
What is the difference between for xml raw and for xml auto?
How to create function with parameter in sql server?
What is store procedure? When do you use?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
How can delete duplicate records in cte in sql server?
Why would you use sql agent?
Explain syntax for disabling triggers?
How to create user messages with print statements in ms sql server?
What are the two authentication modes in sql server?
What is DCL?
Explain about system stored procedure?
Can an entity have two primary keys?