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