Difference between Function and Stored Procedure?
Answer Posted / raj..
The difference mejor between procedure and function is that
function must return value. that should be only single and
function can pass any no. parameter but come out only one
value only using return statement.
procedure can pass any parameter and came out any no. of
values there no any RETURN word.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
List out some of the requirements to set up a sql server failover cluster?
What is difference between views and stored procedures?
What is rtm version in sql server?
Explain triggers in sql?
What is difference between index seek vs. Index scan?
Explain powershell included in sql server 2008?
What are the disadvantages of primary key and foreign key in SQL?
What is a trigger what are the advantages of trigger?
What are user-defined functions (udfs) in sql server?
Do you know how to send email from database?
What are built in functions?
What is database mirroring?
What is difference between equi join and inner join?
Is sql server a database?
Other than truncate statement, which other command can by-pass the trigger on the tables?