Question 61

You have created a table as below
CREATE TABLE SNOWFLAKE_BLOG(BLOG_ID NUMBER, BLOG_CONTENT VARCHAR,BLOG_AUTHOR VARCHAR,BLOG_CREATE_DATE TIMESTAMP );
Now you want to cluster it by BLOG_AUTHOR and BLOG_CREATE_DATE.
Which command below will you choose?
  • Question 62

    Where can you define the file format settings?
  • Question 63

    How can an Architect enable optimal clustering to enhance performance for different access paths on a given table?
  • Question 64

    How is the change of local time due to daylight savings time handled in Snowflake tasks? (Choose two.)
  • Question 65

    A table contains five columns and it has millions of records. The cardinality distribution of the columns is shown below:

    Column C4 and C5 are mostly used by SELECT queries in the GROUP BY and ORDER BY clauses. Whereas columns C1, C2 and C3 are heavily used in filter and join conditions of SELECT queries.
    The Architect must design a clustering key for this table to improve the query performance.
    Based on Snowflake recommendations, how should the clustering key columns be ordered while defining the multi-column clustering key?