Which command is used to load files into an internal stage within Snowflake?
Which command is used to load files into an internal stage within Snowflake?
The command used to load files into an internal stage within Snowflake is PUT. The PUT command is specifically designed to upload local files to a Snowflake stage, regardless of whether the stage is internal or external. This makes PUT the correct choice for transferring files into an internal stage.
A. PUT COPY is used to load from external stages
I think COPY INTO because the "within Snowflake" phrase. PUT is intended for loading files from external file system to Snowflake
A. PUT
Correct