Answers

Question and Answer:

  Home  SQL Server Joins

⟩ What is scalar user-defined function?

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.

 178 views

More Questions for you: