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 Cross Join and in which scenario do we use Cross Join?
What are the methods used to protect against sql injection attack?
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
Explain an incremental backup?
Write a query to find 5th highest amount paid from the customer table.
How to concatenate two strings in SQL Server.
What is the difference between getdate and sysdatetime?
What specific conditions database should meet, before you can bulk copy data into it using bcp?
What is isolation levels?
Explain what are the restrictions that views have to follow? : SQL Server Architecture
What is the fillfactor concept in indexes?
What is raid, and how it can influence database performance?
Explain various data region available in ssrs with their use?
What is report server project?
What is use of except clause? How it differs from not in clause?