D3.4 - OUTLINE HOW DATA CAN BE UNLOADED FROM SNOWFLAKE TO EITHER LOCAL STORAGE OR CLOUD STORAGE Flashcards

1
Q

Define Supported Formats

A
  • Structured: Delimited (CSV,TSV, etc)

- Semi-Structured: JSON, Parquet, ORC. AVRO, XML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Commands that help when unloading data

A

COPY INTO command to copy the data from Snowflake database table into one or more files in a Snowflake or external stage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define Best Practice when Unloading Data

A
  • Bulk Unloading is the same as loading except reverse:
  • Step 1. COPY INTO command to copy the data from Snowflake database table into one or more files in a Snowflake or external stage
  • Step 2: download the file from the stage
  • From a snowflake stage, use the GET command, or from a Cloud provider, use their tools
How well did you know this?
1
Not at all
2
3
4
5
Perfectly