SnowPro Core Certification — Question 1049
Which Snowflake table objects can be shared with other accounts? (Choose two.)
Answer options
- A. Temporary tables
- B. Permanent tables
- C. Transient tables
- D. External tables
- E. User-Defined Table Functions (UDTFs)
Correct answer: B, D
Explanation
Permanent tables and external tables are the only types of table objects in Snowflake that can be shared across different accounts. Temporary tables and transient tables are session-based and not designed for sharing, while User-Defined Table Functions (UDTFs) are functions, not table objects.