QuestionQ3

Ingest and Process Data

Which command successfully loads data into the table named finance_dept_location?

Explanation

Snowflake supports loading selected staged-file columns through a COPY INTO ... FROM (SELECT ...) transformation. A transformation cannot use WHERE or LIMIT, and VALIDATION_MODE is unsupported for transformed COPY loads and performs validation rather than loading data.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!