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

Floating point values are truncated when unloaded to which file format?

    Correct Answer: B

    Floating point values are truncated when unloaded to CSV file format. This is because CSV files store numerical data in a text format which can lead to a loss of precision, resulting in truncated floating-point values.

Discussion
ShagunMittalOption: B

When floating-point number columns are unloaded to CSV or JSON files, Snowflake truncates the values to approximately (15,9). The values are not truncated when unloading floating-point number columns to Parquet files.

_yyuktaOption: B

B. CSV

qiyan1982Option: B

Sorry answer is B

qiyan1982Option: C

correct answer C When floating-point number columns are unloaded to CSV or JSON files, Snowflake truncates the values to approximately (15,9). The values are not truncated when unloading floating-point number columns to Parquet files.

EmiB

Avro is not supported for unloading.

MultiCloudIronMan

In that case answer is B why do you choose C