SnowPro Core Certification — Question 592
Which statistic displayed in a Query Profile is specific to external functions?
Answer options
- A. Bytes written
- B. Total invocations
- C. Partitions scanned
- D. Bytes sent over the network
Correct answer: B
Explanation
The correct answer is B, Total invocations, as this statistic specifically measures how many times external functions are called during a query. The other options, such as Bytes written, Partitions scanned, and Bytes sent over the network, relate to different aspects of data handling and query execution, not specifically to external functions.