SnowPro Advanced: Data Engineer — Question 30

A Data Engineer wants to check the status of a pipe named my_pipe. The pipe is inside a database named test and a schema named Extract (case-sensitive).
Which query will provide the status of the pipe?

Answer options

Correct answer: B

Explanation

The correct answer is B because it uses the appropriate case-sensitive notation for the schema 'Extract' within double quotes. Options A and D incorrectly use single quotes for the schema, and option C, while similar to B, is not the correct syntax for querying the pipe status directly.