Valid DEA-C02 Dumps shared by EduDump.com for Helping Passing DEA-C02 Exam! EduDump.com now offer the newest DEA-C02 exam dumps, the EduDump.com DEA-C02 exam questions have been updated and answers have been corrected get the newest EduDump.com DEA-C02 dumps with Test Engine here:
You are tasked with ingesting data from an external stage into Snowflake. The data is in JSON format and compressed using GZIP. The JSON files contain nested arrays. You need to create a file format object that Snowflake can use to properly parse the dat a. Which of the following options represents the MOST efficient and correct file format definition to achieve this? Assume the stage is already created and accessible.
Correct Answer: B
Option B is the most efficient and correct. The COMPRESSION = 'GZIP' parameter is necessary to handle the GZIP compression. 'STRIP OUTER ARRAY = TRUE is crucial when dealing with JSON files containing nested arrays or a single outer array, which is a common scenario for data coming from external sources. It allows Snowflake to correctly parse each element of the array as a separate row. Option A is incorrect because it doesn't address the potential outer array structure. Option C is incorrect because 'ENABLE OCTAL' is not relevant to the array structure issue. Option D is incorrect as it lacks the compression parameter. Option E is also suitable , but gzip is better performance than AUTO.