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
What is the difference between commit and rollback?
How to loop through result set objects using odbc_fetch_row()?
Explain query editor regions
What is the index requirement in SQL Azure?
you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?
What is difference between commit and rollback when used in transactions?
How do I know if localdb is running?
Is port 1433 secure?
What are ddl triggers and types of ddl trigger?
What is the purpose of forms?
Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.
can a database be shrunk with users active? : Sql server administration
What is the purpose of a table?
What is function of ROLLUP ?
How to round a numeric value to a specific precision?