Snowflake의 데이터 클라우드를 위한 SnowSQL 커맨드라인 클라이언트. 더 많은 정보: https://docs.snowflake.com/en/user-guide/snowsql.html.
snowsql --accountname {{계정}} --username {{사용자명}} --dbname {{데이터베이스}} --schemaname {{스키마}}
~/.snowsql/config):snowsql --config {{경로/대상/설정_파일}}
snowsql --mfa-passcode {{토큰}}
snowsql --query '{{쿼리}}'
snowsql --filename {{경로/대상/파일.sql}}