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

What step does Snowflake recommend when loading data from a stage?

    Correct Answer: C

    Snowflake recommends using the LOAD HISTORY function to view the status of loaded files. This function is essential in verifying that the files have been loaded correctly and for detecting any errors that may have occurred during the loading process.

Discussion
cybe001Option: C

Correct Answer: C. Use the LOAD HISTORY function to view the status of loaded files. Snowflake recommends using the COPY INTO <table> ... command to load data from a stage into a table. After the data is loaded, the LOAD HISTORY function (which can be accessed via the INFORMATION_SCHEMA.LOAD_HISTORY view or by querying the COPY_HISTORY table function) is used to view the status of loaded files. This helps to ensure that files are loaded correctly and to check for any errors during the load process.