Snowflake
SOL-C01 · Question #112
Consider a scenario where you are loading data from an external stage (AWS S3) into a Snowflake table. The data contains date fields in various formats. You want to ensure that all dates are consisten
Sign in or unlock SOL-C01 to reveal the answer and full explanation for question #112. The question stem and answer options stay visible for context.
Data Loading and Unloading
Question
Consider a scenario where you are loading data from an external stage (AWS S3) into a Snowflake table. The data contains date fields in various formats. You want to ensure that all dates are consistently loaded into Snowflake using the 'YYYY-MM-DD' format. Which of the following COPY INTO options can you use to achieve this?
Options
- ADATE FORMAT = 'YYYY-MM-DD'
- BTIMESTAMP FORMAT = 'YYYY-MM-DD'
- CCONVERT TIMEZONE = FALSE
- DON ERROR = 'SKIP FILE'
- EDATE INPUT FORMAT = 'AUTO', DATE OUTPUT FORMAT = 'YYYY-MM-DD'
Unlock SOL-C01 to see the answer
You've previewed enough free SOL-C01 questions. Unlock SOL-C01 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#COPY INTO#Date Format Conversion#External Stage#S3