Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which command should be executed in Snowflake to load data into a table?
A
copy into mytable purge_mode = TRUE;
B
copy into mytable from @my_int_stage;
C
copy into mytable file_format = (format_name);
D
copy into mytable validation = ‘RETURN_ERRORS’;