Question 346
How can storage costs be MINIMIZED while maintaining the history and integrity of a large, permanent table that is updated frequently?
Question 347
Which query contains a Snowflake hosted file URL in a directory table for a stage named bronzestage?
Question 348
Which function determines the kind of value stored in a VARIANT column?
Question 349
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 small 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?
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?
Question 350
What is a benefit of using Snowflake directory tables?
