Secure data sharing in Snowflake allows users to share various objects between Snowflake accounts without physically copying the data, thus not consuming additional storage. Among the options provided, external tables can be shared through secure data sharing. External tables are used to query data directly from files in a stage without loading the data into Snowflake tables, making them suitable for sharing across different Snowflake accounts.
[References:, Snowflake Documentation on Secure Data Sharing, SnowPro™ Core Certification Companion: Hands-on Preparation and Practice, , , ]
Submit