SnowPro Advanced: Data Engineer — Question 103

A Data Engineer is planning to run a set of Data Metric Functions (DMFs) against a table using this query:

select snowflake.core.max(
select c_name from snowflake_sample_data.tpch_sf1.customer
) ;

When the query is run, an error is returned.

What is causing the error?

Answer options

Correct answer: D

Explanation

The correct answer is D because the SNOWFLAKE.CORE.MAX() function is not classified as a Data Metric Function in Snowflake. Options A, B, and C are incorrect because they do not accurately describe the root cause of the error related to the classification of the function being used.