Which of the following components are included in a fully qualified name in Snowflake? (Choose any 3 options)
What syntax will enable the use of a Python string variable named myvar in a SQL cell within a Snowflake Notebook?
What options are available under the settings for Python worksheets? (Choose any 2 options)
Which data type in Snowflake is commonly used for storing semi-structured data?
Which SQL function is used to parse a string as JSON data within a Snowflake query?
What happens when you execute the following command in Snowflake?
DROP SCHEMA IF EXISTS marketing_schema;
What are computer language considerations when using Snowflake interfaces? (Select TWO).
What is the primary benefit of the separation of storage and compute in Snowflake?
Which layer of the Snowflake architecture performs query optimization and execution?
Which of the following system-defined roles exist in Snowflake? (Choose any 3 options)
What information can be obtained by describing a table in Snowflake? (Choose any 3 options)
What is the primary responsibility of Role Hierarchy in Snowflake's access control model?
Which of the following are numeric data types supported by Snowflake? (Choose any 2 options)
What will be returned when a user runs this command?
SELECT count FROM my_table LIMIT 10;
What file formats can be loaded into Snowflake using the COPY INTO command? (Choose any 3 options)
Which of the following are valid Snowflake Virtual Warehouse sizes? (Choose any 3 options)
Which Snowflake object is a logical container for schemas and other database objects?
How do databases and schemas fit into Snowflake's hierarchy? (Choose any 2 options)
How is the initial activation of the Snowflake Data Exchange feature, which is necessary for establishing private exchanges, typically accomplished?
What is the default Time Travel retention period for standard tables in Snowflake?
How can you query nested fields in semi-structured data in Snowflake? (Choose any 2 options)
Which of the following is true about data listings in the Snowflake Marketplace?
What is the primary purpose of the COPY INTO command in Snowflake for data loading?