nerdexam
Snowflake

COF-C02 · Question #235

What is the name of the SnowSQLfile that can store connection information?

The correct answer is B. config. SnowSQL (Snowflake's command-line client) uses a file named 'config' to store connection parameters such as account name, username, password, warehouse, database, schema, and role. On Linux/macOS it is located at ~/.snowsql/config, and on Windows at…

Account Access and Security

Question

What is the name of the SnowSQLfile that can store connection information?

Options

  • Ahistory
  • Bconfig
  • CsnowsqLcnf
  • Dsnowsql.pubkey

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    88% (30)
  • C
    6% (2)
  • D
    3% (1)

Explanation

SnowSQL (Snowflake's command-line client) uses a file named 'config' to store connection parameters such as account name, username, password, warehouse, database, schema, and role. On Linux/macOS it is located at ~/.snowsql/config, and on Windows at %USERPROFILE%.snowsql\config. This allows users to define named connections and avoid entering credentials repeatedly. The other options (history, snowsql.cnf, snowsql.pubkey) are not the correct filenames for the SnowSQL connection configuration file.

Topics

#SnowSQL#Configuration files#Connection management

Community Discussion

No community discussion yet for this question.

Full COF-C02 Practice