MS SQL Server Joins Question:
What is scalar user-defined function?
Answer:
A Scalar user-defined function returns one of the scalar data types. Text, ntext, image and time stamp data types are not supported. These are the type of user-defined functions that most developers are used to in other programming languages. You pass in 0 to many parameters and you get a return value.
Previous Question | Next Question |
Explain user defined functions? | What is inline table-value user-defined function? |