Difference Between Procedure Vs Function in the Database
2245
07-Nov-2015
Updated on 23-Sep-2020
asian fanfics
26-Jan-2019Very good article I have seen Differences between procedures and functions. Help me expand my knowledge.
hppy wheels
Anupam Mishra
07-Nov-2015The point of differences between procedure and function are as follows:
1. A function has a return type, while procedure does not have any return type.However ,If needed, the data can be made available to the client through one or more OUT parameters.
2 A function can be used with SQL DML queries,but not the procedures..