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 allowed
The 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