difference between function and procedure
Answer Posted / ramya gurrala
Functions:1)Do calculations mostly.
2)Must return value.
3)Calling methods.
4)Function can stand alone.
Procedure:1)Do actions mostly.
2)May or may not return value(the return method is not same as function method).
3)Calling methods.
4)Procedure can not stand alone.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages dts has over bcp?
What is forward - only cursors / read only cursor?
What stored by the model?
How many instances per computer are there in sql server 2000?
Why we use trigger in sql server with example?
Explain primary key, foreign key and unique key?
what are the important architecture components of SSRS?
What is database black box testing?
what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
Can we use custom code in ssrs?
What is sql language?
Explain can you implement data mining in ssrs?
What are actions, how many types of actions are there, explain with example? : sql server analysis services, ssas
What is bcp? When does it use?
How to download and install microsoft .net framework version 2.0?