SnowflakeSnowflake
DEA-C02 · Question #35
DEA-C02 Question #35: Real Exam Question with Answer & Explanation
Sign in or unlock DEA-C02 to reveal the answer and full explanation for question #35. The question stem and answer options stay visible for context.
Data Movement
Question
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?
Options
- ASELECT SYSTEM$PIPE_STATUS("test.'extract'.my_pipe");
- BSELECT SYSTEM$PIPE_STATUS('test."Extract".my_pipe');
- CSELECT * FROM SYSTEM$PIPE_STATUS('test."Extract".my_pipe');
- DSELECT * FROM SYSTEM$PIPE_STATUS("test.'extract'.my_pipe");
Unlock DEA-C02 to see the answer
You've previewed enough free DEA-C02 questions. Unlock DEA-C02 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Snowpipe#System Functions#Object Identifiers#Case Sensitivity