How many shares can be consumed by a single Data Consumer?
Answer(s): D
https://docs.snowflake.com/en/user-guide/data-sharing-intro.html
What is the lowest Snowflake edition that offers Time Travel up to 90 days?
Answer(s): C
https://docs.snowflake.com/en/user-guide/data-availability.html
Which of the following statements are true about Schemas in Snowflake? (Choose two.)
Answer(s): B,C
https://docs.snowflake.com/en/user-guide/data-sharing-mutiple-db.html
True or False: You can resize a Virtual Warehouse while queries are running.
Answer(s): A
https://docs.snowflake.com/en/user-guide/warehouses-tasks.html
What is the most granular object that the Time Travel retention period can be defined on?
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);