COF-C02 · Question #282
Which kind of Snowflake table stores file-level metadata for each file in a stage?
The correct answer is A. Directory. A Directory table (A) is a special table type that can be enabled on an internal or external stage. It automatically maintains a catalog of all staged files, storing file-level metadata such as file name, file URL, size, last modified timestamp, and ETag. This makes it easy to…
Question
Which kind of Snowflake table stores file-level metadata for each file in a stage?
Options
- ADirectory
- BExternal
- CTemporary
- DTransient
How the community answered
(37 responses)- A92% (34)
- C5% (2)
- D3% (1)
Explanation
A Directory table (A) is a special table type that can be enabled on an internal or external stage. It automatically maintains a catalog of all staged files, storing file-level metadata such as file name, file URL, size, last modified timestamp, and ETag. This makes it easy to query and manage unstructured or semi-structured data files sitting in stages without loading them into regular tables.
Topics
Community Discussion
No community discussion yet for this question.