SnowPro Core Certification — Question 50
Which of the following are valid approaches to loading data into a Snowflake table? (Choose all that apply.)
Answer options
- A. Bulk copy from an External Stage
- B. Continuous load using Snowpipe REST API
- C. The Snowflake Web Interface (UI) data loading wizard
- D. Bulk copy from an Internal Stage
Correct answer: A, B, C
Explanation
Options A, B, and C are valid methods for loading data into a Snowflake table. Option A refers to bulk loading from an external source, B describes real-time loading with Snowpipe, and C uses the Snowflake UI for loading data. Option D is incorrect because it does not apply to the loading methods specified in the question.