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
Write a sql query to get zero records from a table having n number of records?
Can you explain different types of locks in sql server?
Why do you need a sql server?
I have triggers,views,functions,stored Procedures for a table. When I am dropping that table which objects are deleted?
How to use group functions in the select clause in ms sql server?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
How to download and install microsoft sql server management studio express?
What is default constraint in ms sql server?
What is the difference between cube operator and rollup operator? : SQL Server Architecture
How do you check sql server is up and running?
How do I view a stored procedure in sql server?
How you can move data or databases between servers and databases in sql server?
What are a scheduled jobs?
Other than truncate statement, which other command can by-pass the trigger on the tables?
Tell me when is the update_statistics command used?