🔥 3-day streak
Snowflake SnowPro Core (COF-C03)22 / 148
Question 22 of 148
A data engineer is loading a CSV file from a named internal stage into a target table. The source file has columns in the order (id, raw_timestamp, amount), but the target table columns are (amount, event_id, event_time), and the team wants to cast raw_timestamp to a TIMESTAMP and multiply amount by 100 during the load. Which approach lets them accomplish this in a single COPY INTO statement?
Reviewed for accuracy · Report an issueNext question