COF-C02 · Question #185
Which of the following are considerations when using a directory table when working with unstructured data? (Choose two.)
The correct answer is B. Directory tables store data file metadata. D. Directory tables do not have their own grantable privileges. Directory tables in Snowflake are used to store metadata about data files in a stage. They are not separate database objects but are conceptually similar to external tables. Directory tables do not have grantable privileges of their own.
Question
Which of the following are considerations when using a directory table when working with unstructured data? (Choose two.)
Options
- AA directory table is a separate database object.
- BDirectory tables store data file metadata.
- CA directory table will be automatically added to a stage.
- DDirectory tables do not have their own grantable privileges.
- EDirectory table data can not be refreshed manually.
How the community answered
(39 responses)- A3% (1)
- B90% (35)
- C5% (2)
- E3% (1)
Explanation
Directory tables in Snowflake are used to store metadata about data files in a stage. They are not separate database objects but are conceptually similar to external tables. Directory tables do not have grantable privileges of their own.
Topics
Community Discussion
No community discussion yet for this question.