Which command is used to upload data files from a local directory or folder on a client machine to an internal stage, for a specified table?
Which command is used to upload data files from a local directory or folder on a client machine to an internal stage, for a specified table?
The command used to upload data files from a local directory or folder on a client machine to an internal stage for a specified table is PUT. This command facilitates the transfer of files from the local file system to different stages within Snowflake, including named internal stages, a specified table’s internal stage, and the current user’s internal stage.
B is correct https://docs.snowflake.com/en/sql-reference/sql/put Uploads data files from a local file system to one of the following Snowflake stages: A named internal stage. A specified table’s internal stage. The current user’s internal stage. PUT does not support uploading files to external stages. To upload files to external stages, use the utilities provided by the cloud service.