Explain the benefits of User-Defined Functions?

Submitted by: Administrator
a. Can be used in a number of places without restrictions as compared to stored procedures.

b. Code can be made less complex and easier to write.

c. Parameters can be passed to the function.

d. They can be used to create joins and also be sued in a select, where or case statement.

e. Simpler to invoke.
Submitted by: Administrator

Read Online SQL Server Functions Job Interview Questions And Answers