Question 76

A data analyst needs to create a view named 'DAILY SALES SUMMARY that provides a daily summary of sales data from the 'SALES TRANSACTIONS' table. The 'SALES TRANSACTIONS' table contains columns like 'TRANSACTION , 'TRANSACTION DATE, 'PRODUCT ID', 'SALES_AMOUNT, and 'CUSTOMER ID. They want to optimize query performance for frequently run reports that use this summary Which of the following approaches provides the BEST performance for the reports while minimizing maintenance overhead?
  • Question 77

    You are preparing to load a large dataset from Parquet files stored in an Azure Blob Storage container into Snowflake using Snowsight. The dataset contains personally identifiable information (PII) and you need to ensure that only authorized users can access this data,. You want to use Snowflake's data masking policies to protect the PII. Which of the following options represents the correct sequence of steps and considerations for achieving this, specifically using Snowsight for the loading and initial policy application phases?
  • Question 78

    You have a table 'PRODUCTS' with a 'PRICE' column stored as VARCHAR. Some values in this column are valid numerical strings (e.g., '12.99'), while others contain invalid characters (e.g., '12.99USD', 'N/A'). You need to calculate the average price of all valid products. Which of the following approaches ensures that you only consider valid numeric values and handles potential errors effectively? Select all that apply.
  • Question 79

    What critical role do user-defined functions (UDFs) play in SQL for advanced data analysis?
  • Question 80

    When employing different data models (e.g., dimensional, Data Vault) in Snowflake, how does Data Vault modeling address complexities in data integration and changes?