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
Write down the syntax and an example for create, rename and delete index?
Where are SQL server users names and passwords are stored in sql server?
What are types of storage modes? : sql server analysis services, ssas
What is the difference RDBMS and Graph Database?
Explain what are the different index configurations a table can have?
When cursors are useful?
Explain the types of indexes.
How to use order by with union operators in ms sql server?
How to achieve Paging of records in SQL SERVER?
How to delete an existing database user?
What is the difference function and stored procedure?
How to create an index on a view?
how to create “alternate row colour”?
Define Wed Edition in SQL Azure?
What are the parts of a function?