1.

Which of the following is not a User defined function?(a) Max()(b) Scalar Function(c) Inline Table-Valued Function(d) Multi-Statement Table-Valued FunctionThis question was posed to me during an online interview.This key question is from User Defined Functions in section Developing with SQL Server of SQL Server

Answer»

The CORRECT answer is (a) Max()

The best I can EXPLAIN: max() is system defined AGGREGATE function.



Discussion

No Comment Found

Related InterviewSolutions