A Data Analyst created a SQL statement that updates a table used for reporting. The Analyst now wants to automate the execution of that SQL.
The Analyst decides to use a task for this along with a stream called MYSTREAM on the source table so only they can update the table if there is new data.
Which statement will create a task that will execute when there is new data in MYSTREAM without having to be executed manually?
A)

B)

C)

D)

A Data Analyst runs a query in a Snowflake worksheet, and selects a numeric column from the result grid. What automatically-generated contextual statistic can be visualized?
Which Snowflake feature or object can be used to dynamically create and execute SQL statements?
How can a Data Analyst automatically create a table structure for loading a Parquet file?
What functions should a Data Analyst use to run descriptive analytics on a data set? (Select TWO).
A Data Analyst executes a complex query. Which query will allow the Analyst to access the results a second time?
A Data Analyst created two tables that are related by a foreign key, using the following commands:

Then the Analyst renamed the referenced table using the following command: ALTER TABLE mother RENAME TO father; What happens to the foreign key after the referenced table is renamed?
Consider the following chart.

What can be said about the correlation for sales over time between the two categories?
A Data Analyst is given access to a table of inventory transfers which includes the product details, fulfillment warehouse location, and destination warehouse location. Which type of visualization should be used to illustrate the most active product transfer routes?
Which Snowflake feature allows users to encapsulate a series of SQL statements into a reusable database object, facilitating modular code development?
The image shows a table with a variant column that is storing a JSON record:

This SQL query is run:

What will be the result?
A)

B)

C)

D)

A Data Analyst executes a query in a Snowflake worksheet that returns the total number of daily sales, and the total amount for each sale. How can the Analyst check the distribution of the total amount, without running the query again?
A Data Analyst needs to write a query that will return all projects from a project table and all employees from an employee table. What type of join should be used in this query?
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?