Question 236

Which transformation techniques are supported for bulk loading data into Snowflake using the copy into
<table> command? (Select TWO)
  • Question 237

    If 3 size Small virtual warehouse is made up of two servers, how many servers make up a Large warehouse?
  • Question 238

    Which Snowflake table supports unstructured data?
  • Question 239

    Which SQL statement will require a virtual warehouse to run?
  • Question 240

    A sales table FCT_SALES has 100 million records.
    The following Query was executed
    SELECT COUNT (1) FROM FCT__SALES;
    How did Snowflake fulfill this query?