SnowPro Core Certification — Question 565

What is required for a query execution to be served from the result cache?

Answer options

Correct answer: B

Explanation

For a query to be served from the result cache, the SQL texts must be the same, as this ensures that the cached results correspond to the exact query being executed. Other factors like the user, SQL query profile, or virtual warehouse can differ but do not impact the ability to retrieve results from the cache.