
Answer-first summary for fast verification
Answer: output_file, output_format
The question asks for required configuration options when unloading data from a SQL query in SnowSQL. According to Snowflake documentation and the community discussion, 'output_file' (C) is required to specify where the output data should be written, and 'output_format' (D) is required to define the format of the exported data (e.g., CSV, JSON). While 'quiet' (B) is mentioned in the discussion as being correct but optional (not required), 'echo' (A) controls command echoing and is not required for unloading, and 'force_put_overwrite' (E) is unrelated to query unloading and pertains to file operations.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.