Which of the following connectors are available in the Downloads section of the Snowflake Web Interface (UI)? (Choose two.)
Answer(s): A,B
https://docs.snowflake.com/en/user-guide/connecting.html
Which of the following DML commands isn't supported by Snowflake?
Answer(s): A
https://docs.snowflake.com/en/sql-reference/sql-dml.html
Which of the following statements is true of zero-copy cloning?
Answer(s): D
https://community.snowflake.com/s/question/0D50Z00009D8VOd/zero-copy-cloning-base-data
True or False: When a user creates a role, they are initially assigned ownership of the role and they maintain ownership until it is transferred to another user.
Answer(s): B
The Query History in the Snowflake Web Interface (UI) is kept for approximately:
Answer(s): C
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);