Microsoft Exam Questions

Which option should you use when you create the function?

You are creating a function that references a table.
You need to prevent the table from being dropped.
Which option should you use when you create the function?

A.
WITH ENCRYPTION

B.
WITH EXECUTE AS

C.
WITH SCHEMABINDING

D.
WITH RETURNS NULL ON NULL INPUT

Explanation: