What is the minimum Snowflake edition that provides data sharing?
Answer(s): A
https://docs.snowflake.com/en/user-guide/intro-editions.html#data-sharing
True or False: Each worksheet in the Snowflake Web Interface (UI) can be associated with different roles, databases, schemas, and Virtual Warehouses.
True or False: You can query the files in an External Stage directly without having to load the data into a table.
https://docs.snowflake.com/en/user-guide/tables-external-intro.html
The FLATTEN function is used to query which type of data in Snowflake?
Answer(s): B
https://docs.snowflake.com/en/user-guide/querying-semistructured.html
True or False: An active warehouse is required to run a COPY INTO statement.
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);