SnowPro Core Certification — Question 943
Which categories are included in the execution time summary in a Query Profile? (Choose two.)
Answer options
- A. Pruning
- B. Spilling
- C. Initialization
- D. Local Disk I/O
- E. Percentage of data read from cache
Correct answer: C, D
Explanation
The correct answers are C and D, as Initialization and Local Disk I/O are specifically included in the execution time summary of a Query Profile. Options A, B, and E are not part of the execution time summary categories, which focus on the stages of query execution rather than data handling or caching.