Snowflake DAA-C01 - SnowPro Advanced: Data Analyst Exam
Given the following data:

This SELECT statement is executed:

What will be the result?
While loading data into Snowflake using named file formats, a file format defined in which location has precedence?
This command was executed:
SQL
SELECT seq4(), uniform(1, 10, RANDOM(12))
FROM TABLE(GENERATOR(TIMELIMIT => NULL))
ORDER BY 1;
How many rows will be generated?
Why would an INFER_SCHEMA table function be used?
A Data Analyst needs a sample of 10 rows from a table FCT_SALES that has billions of rows. Which commands can be used to accomplish this? (Select TWO).
A Data Analyst has created a custom filter called branch_region on a Snowflake dashboard. The filter contains a list of regions where the company has stores. How should the filter be referenced in dashboard queries?
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 does the "SQL keyword" refer to in the context of adding filters to a worksheet?
Which aggregate functions can be used to provide values for a given bucket in Snowsight charts? (Select THREE).
