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

When unloading data, which file format preserves the data values for floating-point number columns?

    Correct Answer: D

    When unloading data, the Parquet file format preserves the data values for floating-point number columns without truncation. Parquet is designed to handle complex data types and ensures that the precision of floating-point numbers is maintained. In contrast, formats like CSV and JSON may truncate floating-point numbers, losing their precision.

Discussion
ShagunMittalOption: D

https://docs.snowflake.com/en/user-guide/data-unload-considerations#floating-point-numbers-truncated

bibisaOption: D

Floating-point Numbers Truncated 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.

BobFarOption: D

Correct Answer is D. * 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. https://docs.snowflake.com/en/user-guide/data-unload-considerations#floating-point-numbers-truncated

ViniJsrOption: D

D. Parquet https://docs.snowflake.com/en/user-guide/data-unload-considerations

lalit_2k311Option: D

Paraquet

_yyuktaOption: D

D. Parquet is correct

MultiCloudIronManOption: D

correct

dmitriypoOption: D

https://docs.snowflake.com/en/user-guide/data-unload-considerations#floating-point-numbers-truncated

SimbajagnoleOption: A

Avro is correct

Simbajagnole

Parquet is more relevant to this question

dementor

And which format doesn't?

EmiB

Avro is not supported for unload.