Question 144:
You want to change an inline function to a multi-statement function. Your major consideration is that modifying these user-defined Functions should not change the permissions of functions or affect any dependent functions. You decide to use ALTER Function, but you are not getting the desired results. What will be the best possible cause?
Answer options:
A.ALTER FUNCTION cannot be used to perform an inline function to a multistatement function modification. B.ALTER FUNCTION can be used to perform only the Transact-SQL function to a CLR function. C.ALTER FUNCTION cannot be used for modifying User-defined Functions. D.ALTER FUNCTION always requires EXECUTE permission.