SQL Interview Questions

Qes. #1   What is the difference between function and stored procedure in SQL server?     Function Stored Procedure The function must return a value Stored Procedure is optional, Even a procedure can return zero or n values. Functions can have only input...