SnowPro Advanced: Data Engineer — Question 35

Assuming a Data Engineer has all appropriate privileges and context, which statements would be used to assess whether the User-Defined Function (UDF), MYDATABASE.SALES.REVENUE_BY_REGION, exists and is secure? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Option A is correct as it specifically checks for user-defined functions in the specified schema. Option C is also correct as it retrieves the security status of the function from the general INFORMATION_SCHEMA. The other options either target external functions or the wrong schema, making them invalid for this specific query.