Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a Snowflake user query a directory table that was created for the stage named mystage?
mystage
A
SELECT * FROM @mystage::DIRECTORY
B
SELECT * FROM DIRECTORY (@mystage)
C
SELECT * FROM TO_TABLE (DIRECTORY @mystage)
D
SELECT * FROM TABLE (@mystage DIRECTORY)