What is difference between stored procedure & function?
Answer Posted / shreenath27@yahoo.co.in
function will return value but procedure will not return any
value
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
please differentiate between delete and truncate?
List out the differences between the clustered index and non-clustered index in sql server?
What is database isolation in sql server? : sql server database administration
what are triggers? : Sql server database administration
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
what are the different types of replication you can set up in sql server? : Sql server database administration
what are cursors? : Sql server database administration
What is the purpose of linked server configuration in sql server?
What is an inner join?
What is a trigger what are the advantages of trigger?
Write a query to find 5th highest amount paid from the customer table.
How to create a user name in a database?
What are views in ms sql server?
What are the operating modes in which database mirroring runs?
How many ways to create table-valued functions?