Which of the following are options when creating a Virtual Warehouse? (Choose two.)
How many shares can be consumed by a single Data Consumer?
Which of the following statements is true of Snowflake micro-partitioning?
True or False: You can define multiple columns within a clustering key on a table.
What is the default File Format used in the COPY command if one is not specified?
A table needs to be loaded. The input data is in JSON format and is a concatenation of multiple JSON documents. The file size is 3 GB. A warehouse size S is being used. The following COPY INTO command was executed:COPY INTO SAMPLE FROM @~/SAMPLE.JSON (TYPE=JSON)The load failed with this error:Max LOB size (16777216) exceeded, actual size of parsed column is 17894470.How can this issue be resolved?