SnowPro Core Certification — Question 715
When using SnowSQL, which configuration options are required when unloading data from a SQL query run on a local machine? (Choose two.)
Answer options
- A. echo
- B. quiet
- C. output_file
- D. output_format
- E. force_put_overwrite
Correct answer: C, D
Explanation
The correct options, output_file and output_format, are necessary for defining where the data should be saved and in what format. The other options, such as echo and quiet, are related to the output behavior of SnowSQL but do not affect the unloading process itself.