COF-C02 · Question #508
Which Snowflake table supports unstructured data?
The correct answer is D. Permanent. Permanent tables are the standard, full-featured Snowflake table type and support all data formats including unstructured and semi-structured data (via VARIANT, OBJECT, and ARRAY column types). Temporary tables are session-scoped and dropped at session end; transient tables…
Question
Which Snowflake table supports unstructured data?
Options
- ADirectory
- BTransient
- CTemporary
- DPermanent
How the community answered
(32 responses)- A3% (1)
- C3% (1)
- D94% (30)
Explanation
Permanent tables are the standard, full-featured Snowflake table type and support all data formats including unstructured and semi-structured data (via VARIANT, OBJECT, and ARRAY column types). Temporary tables are session-scoped and dropped at session end; transient tables lack Fail-safe protection and have limited Time Travel; 'Directory' is not a standard Snowflake table creation type - directory tables are metadata overlays on stages used to catalog files, not a standalone table category you define with CREATE TABLE.
Topics
Community Discussion
No community discussion yet for this question.