Difference between Function and Procedure-in general?
Answer Posted / sudhindra
A Function is always returns a value using the return
statement. A Procedure may return one or more values
through parameters or may not return at all.
| Is This Answer Correct ? | 28 Yes | 6 No |
Post New Answer View All Answers
Explain about the command-line tool SQLCMD?
Where are sql server user names and passwords stored in sql server?
Differentiate between a local and a global temporary table?
What languages bi uses to achieve the goal?
plss anybody specify tha constrian management system in dbms
How do I create a stored procedure in dbml?
what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
What are the different types of backups avaialabe in sql server 2005?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
What are the advantages of using cte?
What are sql server functions?
What is the sql profiler?
What are the advantages of sql stored procedure?
What are the differences between user defined functions and stored procedures?
How to rebuild the master database?