Difference between Function and Procedure-in general?
Answer Posted / arif
function can not have update,delete or insert statement but
Stored procedure can have
| Is This Answer Correct ? | 15 Yes | 9 No |
Post New Answer View All Answers
How many types of local tables are there in sql server?
Can group functions be mixed with non-group selection fields in ms sql server?
Explain the various types of concurrency problem?
Explain transaction isolation levels in sql server?
What program is used to store the data source file?
How secure is sql server database?
How to maintain a fill factor in existing indexes?
What is the difference between count and distinct count?
Where sql server user names and passwords are stored in sql server? : sql server database administration
Tell me the phases a transaction has to undergo?
What are the character string functions supported by sql server 2005?
what exactly sql injuction.how to overcome.....
What is a cube? : sql server analysis services, ssas
how can you check the level of fragmentation on a table? : Sql server administration
Explain what are the restrictions that views have to follow? : SQL Server Architecture