Difference between Function and Procedure-in general?
Answer Posted / mona
Function can return at most one value at a time while
procedure can return more than one value at a time You can
use function within Sql Statement and you cannot use stored
procedure with in Sql Statement
| Is This Answer Correct ? | 19 Yes | 11 No |
Post New Answer View All Answers
Explain what is lock escalation?
What are the advantages of stored procedure in sql server?
What is openxml in sql server?
What is faster join or union?
What is star, snowflake and star flake schema? : sql server analysis services, ssas
What is mean by candidate key?
What is sql server profiler?
what is the system function to get current user's user id? : Sql server database administration
Does a specific recovery model need to be used for a replicated database? : sql server replication
how you can deploy an ssrs report?
What are the differences between decimal and float in ms sql server?
Mention a few common trace flags used with sql server?
What does asynchronous call backs means?
can an order by clause be used in a creation of a view?
What is optimization and its types?