SnowPro Core Certification — Question 1261
Which Snowflake feature enables loading data from cloud storage as soon as files are available in a stage?
Answer options
- A. COPY_INTO [location] command
- B. Data replication
- C. Snowpipe
- D. Direct share
Correct answer: C
Explanation
The correct answer, Snowpipe, is designed specifically for automatically loading data as soon as it appears in a stage. The COPY_INTO command requires manual execution to load data, while Data replication pertains to copying data across different Snowflake accounts, and Direct share is about sharing data rather than loading it.