Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 491

Which command should a Snowflake user execute to load data into a table?

    Correct Answer: B

    To load data into a Snowflake table, the correct command is 'copy into mytable from @my_int_stage;'. This command specifies the source stage (my_int_stage) from which the data should be copied into the table (mytable). The other options either do not specify a source stage or are meant for specific configurations that do not directly indicate a data loading process.

Discussion
fahfouhi94Option: B

correct

yaho5Option: B

B correct

MultiCloudIronManOption: B

Correct