SnowPro Core Certification — Question 1120
Which table function is used to perform additional processing on the results of a previously-run query?
Answer options
- A. QUERY_HISTORY
- B. RESULT_SCAN
- C. DESCRIBE_RESULTS
- D. QUERY_HISTORY_BY_SESSION
Correct answer: B
Explanation
The correct choice, RESULT_SCAN, is specifically designed to access and process the results from a previous query execution. The other options, while related to query information and history, do not provide the functionality for additional processing of results from an executed query.