Stored Procedure User define Function
1.Can return zero or n value 1.Can return one value which is mandatory.
2.Can have input output parameter 2.Can have only input parameter.
3.We can't call procedure in select 3.We can call functions in select statement.
statement.
4.Procedures are normally used for 4.Functions are normally used for computations.
executing business logic.
5.We can call Stored Procedure within 5.We can not call function within stored procedure.
function
No comments:
Post a Comment