MS SQL Server Joins Question:
Download Questions PDF

What is scalar user-defined function?

SQL Server Joins Interview Question
SQL Server Joins Interview Question

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.

Download SQL Server Joins Interview Questions And Answers PDF

Previous QuestionNext Question
Explain user defined functions?What is inline table-value user-defined function?