What can a directory table be used for? (Select TWO)
Retrieve a list of all unstructured files on a stage.
Set an automatic refresh of the metadata for a directory table on internal and external stages.
Remove files from a directory table using the GET command.
Create a view for unstructured data.
Process unstructured data using Snowflake system-defined functions.
A directory table is a special Snowflake-managed table that stores metadata about unstructured data files (such as images, videos) in a stage.
It supports automatic metadata refresh .
It enables listing and querying file-level details .
Submit