Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 157

Which of the following are examples of operations that require a Virtual Warehouse to complete, assuming no queries have been executed previously? (Choose three.)

    Correct Answer: B, C, D

    Operations such as COPY, SUM, and UPDATE generally require a Virtual Warehouse because they involve actual computational work on the data. COPY is a data loading operation, SUM involves calculating the total of a column which is a computational task, and UPDATE modifies existing data. MIN might not require a Virtual Warehouse if the necessary data is available in the service layer cache.

Discussion
Sk1020Options: BCD

B,C,D are the answers. Min uses the Global cache / Service layer cache, hence it does not require the WH to execute query. So, A can be eliminated from answers.

SV1122

Was on exam Dec 31st 2022

Jiaa

correct answer

Mallikharjuna452Options: BCD

B,C,D are options

_yyuktaOptions: BCD

BCD are correct

MultiCloudIronManOptions: BCD

Correct

abbciaOptions: BCD

min is in the cache