Which file formats are supported for unloading data from Snowflake? (Choose two.)
Which file formats are supported for unloading data from Snowflake? (Choose two.)
Snowflake supports unloading data into JSON and delimited file formats, such as CSV and TSV. JSON is commonly used for its flexibility in representing complex data structures, while delimited files are widely used for their simplicity and compatibility with many data processing tools.
CSV, JSON, Parquet
https://docs.snowflake.com/en/user-guide/intro-summary-unloading.html#output-data-file-details
Delimited files (CSV, TSV, etc.) Any valid delimiter is supported; default is comma (i.e. CSV). JSON Parquet https://docs.snowflake.com/en/user-guide/intro-summary-unloading#output-data-file-details
JSON and delimited
BE are correct
correct