When a multi-cluster virtual warehouse is using an Economy scaling policy, when will an additional cluster be automatically started to handle queued queries?
A. When all active clusters have been running queries for more than 6 minutesA user has enabled the STRIP_OUTER_ARRAY file format option for the COPY INTO {table} command to remove the outer array structure.
What else will this format option and command do?
A. Load the records into separate table rows.Why would a Snowflake user create a secure view instead of a standard view?
A. The secure view is only available to end users with the corresponding SECURE_ACCESS property.What is the MOST cost-effective way to resolve memory spillage in a virtual warehouse?
A. Enable automatic clustering.Which Snowflake object can be accessed in the FROM clause of a query, returning a set of rows having one or more columns?
A. A User-Defined Table Function (UDTF)What will happen if a Snowflake user suspends the updates to a materialized view?
A. The queries on that view will generate an error message.Which command is used to start configuring Snowflake for Single Sign-On (SSO)?
A. CREATE SESSION POLICYWhen sharing data among multiple Snowflake accounts, what charges are incurred by a data consumer when viewing shared data using their own account?
A. Cloud services chargesWhat triggers the automated maintenance of a table's clustering key after it has been defined?
A. A scheduled task established by the ORGADMIN.Which COPY INTO