A Data Analyst creates and populates the following table:
create or replace table aggr(v int) as select * from values (1), (2), (3), (4);
The Analyst then executes this query:
select percentile_disc(0.60) within group (order by v desc) from aggr;
What will be the result?
A single variant data column table RAW_SOURCE has the following JSON records:

A Data Analyst needs to get the value of the "f" field and have it in a consumable, tabular format. Which query should be used to meet this requirement?
A Data Analyst created two functions and one procedures:
The Analyst then runs this query:

The Analyst then runs this query:

What will be the output?
A Data Analyst needs to temporarily hide a tile in a dashboard. The data will need to be available in the future, and additional data may be added. Which tile should be used?
What is a benefit of using SQL queries that contain secure views?
While loading data into Snowflake using named file formats, a file format defined in which location has precedence?
A Data Analyst is working with three tables:

Which query would return a list of all brokers, a count of the customers each broker has. and the total order amount of their customers (as shown below)?

A)

B)

C)

D)

What are the PRIMARY reasons for using integrity constraints on Snowflake tables? (Select TWO).
Which query will provide this data without incurring additional storage costs?
What scheme is used by Snowflake to estimate the approximate similarity between two or more data sets?