1.

CREATE FUNCTION requires __________ permission in the database.(a) ALTER(b) DROP(c) DELETE(d) All of the mentionedThe question was posed to me during an online exam.Asked question is from User Defined Functions topic in chapter Developing with SQL Server of SQL Server

Answer»

Correct answer is (a) ALTER

For explanation: ALTER permission is required on the SCHEMA in which the FUNCTION is being created.



Discussion

No Comment Found

Related InterviewSolutions