Snowflake
COF-C02 · Question #30
Which command can be used to load data into an internal stage?
The correct answer is D. PUT. The PUT command is used to load data into an internal stage in Snowflake. This command uploads data files from a local file system to a named internal stage, making the data available for subsequent loading into a Snowflake table using the COPY INTO command.
Data Loading and Unloading
Question
Which command can be used to load data into an internal stage?
Options
- ALOAD
- Bcopy
- CGET
- DPUT
How the community answered
(20 responses)- B5% (1)
- C5% (1)
- D90% (18)
Explanation
The PUT command is used to load data into an internal stage in Snowflake. This command uploads data files from a local file system to a named internal stage, making the data available for subsequent loading into a Snowflake table using the COPY INTO command.
Topics
#Data loading#Internal stages#PUT command
Community Discussion
No community discussion yet for this question.