
Answer-first summary for fast verification
Answer: (15,9)
The correct answer is D (15,9) based on Snowflake's official documentation and community consensus. When unloading floating-point number columns to CSV or JSON files, Snowflake truncates values to approximately 15 total digits with 9 decimal places. This is explicitly stated in Snowflake's data unloading considerations documentation, which multiple community members have referenced. The other options (A: 12,2; B: 10,4; C: 14,8) represent different precision levels that do not match Snowflake's documented behavior for floating-point number truncation during CSV/JSON unloading operations.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.