SnowPro Core Certification — Question 323
Which Snowflake feature will allow small volumes of data to continuously load into Snowflake and will incrementally make the data available for analysis?
Answer options
- A. COPY INTO
- B. CREATE PIPE
- C. INSERT INTO
- D. TABLE STREAM
Correct answer: B
Explanation
The correct answer, B. CREATE PIPE, is designed to facilitate the continuous loading of data into Snowflake, allowing for incremental data availability for analysis. The other options, while related to data loading, do not provide the same continuous and incremental functionality as CREATE PIPE.