Aug 04, 2020 10:58 am
user-defined functions
1 Reply
Aug 05, 2020 5:16 am
There are three types of user-defined functions in SQL, namely:
1.Scalar Functions
2.Inline Table-valued functions
3.Multi-statement valued functions
Scalar returns the unit, variant defined the return clause. The other two types of defined functions return table.