SnowPro Core Certification — Question 393

What actions will prevent leveraging of the ResultSet cache? (Choose two.)

Answer options

Correct answer: A, E

Explanation

Removing a column from the SELECT list (A) alters the query structure, preventing cache utilization. Similarly, changing a column that is not included in the cached query (E) also impacts the cache's effectiveness. The other options either do not affect the cache directly or are unrelated to the query's structure.