When can a Virtual Warehouse start running queries?
Answer(s): C
True or False: Users are able to see the result sets of queries executed by other users that share their same role.
Answer(s): B
https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html
True or False: The user has to specify which cluster a query will run on in a multi-cluster Warehouse.
True or False: Pipes can be suspended and resumed.
Answer(s): A
Which of the following languages can be used to implement Snowflake User Defined Functions (UDFs)? (Choose two.)
Answer(s): B,C
https://docs.snowflake.com/en/sql-reference/user-defined-functions.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);