SnowPro Core Certification — Question 234

Which cache type is used to cache data output from SQL queries?

Answer options

Correct answer: B

Explanation

The Result cache is specifically designed to store the results of SQL queries, which speeds up response times for repeated queries. The other options, such as Metadata cache, Remote cache, and Local file cache, serve different purposes and do not directly cache SQL query outputs.