COF-R02 Exam Question 81

A user is preparing to load data from an external stage
Which practice will provide the MOST efficient loading performance?
  • COF-R02 Exam Question 82

    How can a row access policy be applied to a table or a view? (Choose two.)
  • COF-R02 Exam Question 83

    Which of the following are characteristics of Snowflake virtual warehouses? (Choose two.)
  • COF-R02 Exam Question 84

    A company needs to allow some users to see Personally Identifiable Information (PII) while limiting other users from seeing the full value of the PII.
    Which Snowflake feature will support this?
  • COF-R02 Exam Question 85

    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?