InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a limitation of user defined function?(a) User-defined functions cannot call a stored procedure, but can call an extended stored procedure(b) User-defined functions cannot make use of dynamic SQL or temp tables. Table variables are allowed(c) SET statements are allowed in a user-defined function(d) The FOR XML clause is not allowedThe question was asked during an interview for a job.Question is from User Defined Functions topic in division Developing with SQL Server of SQL Server |
|
Answer» The correct CHOICE is (C) SET STATEMENTS are allowed in a user-defined function |
|