What is the difference between Procedure and Function
Answer Posted / paporirokz
A function can return a value whereas a procedure cannot
return a value.
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
What is the use of for clause?
Explain the steps to create and execute a user-defined function in the sql server?
What are the advantages of using a stored procedure?
Will count(column) include columns with null values in its count?
How to backup SQL Server Reporting Services ?
How do I run sql server 2014?
What is query parameter in ssrs?
Is the order of columns in the set clause important in ms sql server?
In which sql server version report builder introduced?
What is lock escalation and what is its purpose?
What is BCP? When does it used in sql server 2012?
What are different types of join?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
What is sqlservr.exe - process - sql server (sqlex?press)?
Explain triggers in sql?