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
How is SQL Azure different than SQL server?
What is the difference between mysql and sql server?
What is Command line parameters in PLSQL.?
Why we use trigger in sql server with example?
What is outer join in sql server joins?
What are indexes in ms sql server?
what are candidate key, alternate key and composite key? : Sql server database administration
What are the five major components of a dbms?
Is mysql the same as sql server?
What do you mean by authentication modes in sql server?
How to create sub reports?
List out some of the requirements to set up a sql server failover cluster?
How are the exceptions handled in sql server programming?
How to create a testing table with test data in ms sql server?
What is Fragmentation and Defragmentation? For 32GB Table,How can we do the fragmentation?