Which stages are used with the Snowflake PUT command to upload files from a local file system? (Choose three.)
Which stages are used with the Snowflake PUT command to upload files from a local file system? (Choose three.)
BDF is right one. User stage, Table Stage and named internal staged
Verified
BDF Uploads (i.e. stages) data files from a local directory/folder on a client machine to one of the following Snowflake stages: Named internal stage. Internal stage for a specified table. Internal stage for the current user.
PUT does not support uploading files to external stages. To upload files to external stages, use the utilities provided by the cloud service.
https://docs.snowflake.com/en/sql-reference/sql/put.html
BDF are correct
if i made a PUT i yet haven't a table so i can put on " External Named Stage" or "Internal Named Stage" or "User Stage"