SnowPro Core Certification — Question 1122

How can a 5 GB table be downloaded into a single file MOST efficiently?

Answer options

Correct answer: C

Explanation

The correct answer is C because setting the SINGLE parameter to TRUE allows the data to be written to a single output file, which is the goal. Options A and B deal with file size limits that would not accomplish the task effectively, and option D involves using a regular expression, which does not directly relate to consolidating the output into one file.