1.

Point out the wrong statement.(a) If the function specifies a user-defined type, requires EXECUTE permission on the type(b) If the function specifies a user-defined type, requires READ permission on the type(c) If the function specifies a user-defined type, requires ALTER permission on the type(d) None of the mentionedThe question was posed to me during an internship interview.Query is from User Defined Functions topic in section Developing with SQL Server of SQL Server

Answer» CORRECT ANSWER is (B) If the function specifies a user-defined TYPE, requires READ permission on the type

Easiest EXPLANATION: Function creation requires ALTER and EXECUTE permission.


Discussion

No Comment Found

Related InterviewSolutions