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