nerdexam
Snowflake

COF-C02 · Question #41

Which command can be used to stage local files from which Snowflake interface?

The correct answer is A. SnowSQL. The PUT command, which is used to upload (stage) local files from a client machine to a Snowflake internal stage, is only available in SnowSQL - Snowflake's command-line client. The Snowflake classic web UI and Snowsight do not support the PUT command because browser-based…

Data Loading and Unloading

Question

Which command can be used to stage local files from which Snowflake interface?

Options

  • ASnowSQL
  • BSnowflake classic web interface (Ul)
  • CSnowsight
  • D.NET driver

How the community answered

(17 responses)
  • A
    88% (15)
  • B
    6% (1)
  • C
    6% (1)

Explanation

The PUT command, which is used to upload (stage) local files from a client machine to a Snowflake internal stage, is only available in SnowSQL - Snowflake's command-line client. The Snowflake classic web UI and Snowsight do not support the PUT command because browser-based interfaces cannot directly access local file systems in that manner (though Snowsight does support manual file uploads through the UI, this is not using PUT). The .NET driver and other programmatic drivers support data loading but do not expose the PUT command for local file staging in the same way.

Topics

#SnowSQL#Staging local files#PUT command#Data loading interfaces

Community Discussion

No community discussion yet for this question.

Full COF-C02 Practice