True or False: When a data share is established between a Data Provider and a Data Consumer, the Data Consumer can extend that data share to other Data Consumers.
Answer(s): B
https://docs.snowflake.com/en/user-guide/data-sharing-intro.html
Which is true of Snowflake network policies? A Snowflake network policy: (Choose two.)
Answer(s): A,C
https://docs.snowflake.com/en/sql-reference/sql/create-network-policy.html
True or False: Snowflake charges additional fees to Data Providers for each Share they create.
Query results are stored in the Result Cache for how long after they are last accessed, assuming no data changes have occurred?
Answer(s): D
https://community.snowflake.com/s/article/Caching-in-Snowflake-Data-Warehouse
A role is created and owns 2 tables. This role is then dropped. Who will now own the two tables?
https://docs.snowflake.com/en/sql-reference/sql/drop-role.html
Post your Comments and Discuss Snowflake COF-C02 exam dumps with other Community members:
FILE_FORMAT
AWS PrivateLink
CREATE TABLE new_table CLONE old_table;
CREATE DATABASE new_db CLONE old_db;
CREATE SCHEMA new_schema CLONE old_schema;
CREATE FILE FORMAT new_format CLONE old_format;
SECURITYADMIN
SYSADMIN
ACCOUNTADMIN
PUBLIC
COPY INTO
SELECT
COPY INTO @stage/path/file.csv FROM (SELECT col1, col2 FROM my_table WHERE date >= '2024-01-01') FILE_FORMAT=(TYPE=CSV);