1.

User defined function in SQL Server can return ____________(a) Scalar value(b) Set of values(c) Result set(d) All of the mentionedThis question was posed to me by my college director while I was bunking the class.My question is based upon User Defined Functions topic in section Developing with SQL Server of SQL Server

Answer»

Correct option is (d) All of the mentioned

The BEST explanation: SQL Server user-defined functions are routines that accept parameters, PERFORM an action, such as a complex calculation, and RETURN the result of that action as a value.



Discussion

No Comment Found

Related InterviewSolutions