How many kind of User Defined Functions can be created in Sql Server2000
| here are three types of User-Defined functions in SQL Server 2000 and they are Scalar, Inline Table-Valued and Multi-statement Table-valued.A Scalar user-defined function returns one of the scalar data types.An Inline Table-Value user-defined function returns a table data type.A Multi-Statement Table-Value user-defined function returns a table. | |
