What is the difference between Procedure and Function
Answer Posted / khaleek.ahmad
9.There is possible of recursive function like
max(min(something)),but there is nothing like in procedure.
10.We can call a function from a procedure, but it is not
possible to call a procedure from a function
For more detail , please see at.
http://interview-preparation-for-you.blogspot.com/2010/05/difference-between-function-and.html
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
What happens if you are trying to access a schema not owned by you?
Can you please differentiate between a primary key and a unique key?
How to scale out a federation by Sql statement?
What is meant by Active-Passive and Active-Active clustering setup?
How to integrate the ssrs reports in application?
Name 3 ways to get an accurate count of the number of records in a table?
What is used to replicate sessions between instances in coldfusion clusters?
Explain what are various ways to enhance the ssrs report?
What is the meaning of resultset type_scroll_insensitive?
Explain about Normalization?
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
What is the difference between set and select?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What are horizontal and vertical scaling?
You want to generate a report that is formatted as a chart. Can you use the report wizard to create such a report?