Question
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
Posted under SQL Server
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which of the following is not a limitation of user defined function?
Similar Questions
Discover Related MCQs
Q. Point out the correct statement.
View solution
Q. Which of the following statements cannot be included in the definition of a Transact-SQL user-defined function?
View solution
Q. CREATE FUNCTION requires __________ permission in the database.
View solution
Q. Point out the wrong statement.
View solution
Q. Which of the following is the most visible benefit of user-defined function?
View solution
Q. UDFs in SQL Server is composed of _______ parts.
View solution
Q. When to choose scalar function over inline table valued function?
View solution
Q. Which of the user defined function will be preferred for adding two numbers?
View solution
Q. The ability to create a user-defined function (UDF) is a new feature added to ________________
View solution
Q. Trigger is special type of __________ procedure.
View solution
Q. Point out the correct statement.
View solution
Q. How many types of triggers are present in SQL Server?
View solution
Q. How many types of DML triggers are present in SQL Server?
View solution
Q. Point out the wrong statement.
View solution
Q. AFTER trigger in SQL Server can be applied to _________________
View solution
Q. DML triggers in SQL Server is applicable to _____________
View solution
Q. Triggers created with FOR or AFTER keywords is _____________
View solution
Q. Which of the following is not a typical trigger action?
View solution
Q. Triggers can be enabled or disabled with the ________ statement.
View solution
Q. _____________ is special type of trigger based on CLR environment.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond SQL Server? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!