SnowPro Core Certification — Question 13

When a Pipe is recreated using the CREATE OR REPLACE PIPE command:

Answer options

Correct answer: A

Explanation

The correct answer is A because recreating the Pipe using the CREATE OR REPLACE PIPE command indeed resets the load history to empty. Options B and C are incorrect as the REFRESH parameter does not automatically set to TRUE, nor does it ignore previously loaded files, making D also incorrect.