1.

The benefit of using user-defined functions in SQL Server are ____________(a) They allow modular programming(b) They can increase network traffic(c) They allow slower execution(d) All of the mentionedThis question was posed to me during a job interview.This intriguing question originated from User Defined Functions topic in portion Developing with SQL Server of SQL Server

Answer»

The CORRECT choice is (a) They allow MODULAR programming

Explanation: User-defined functions can be modified independently of the program SOURCE CODE.



Discussion

No Comment Found

Related InterviewSolutions