The document describes four editions of Snowflake - Standard, Enterprise, Business Critical, and Virtual Private Snowflake. Standard Edition provides basic features while Enterprise Edition adds additional features for large enterprises. Business Critical Edition offers higher data protection for sensitive data. Virtual Private Snowflake isolates accounts in a separate environment with the highest security level.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
43 views10 pages
Class1 SnowSQL
The document describes four editions of Snowflake - Standard, Enterprise, Business Critical, and Virtual Private Snowflake. Standard Edition provides basic features while Enterprise Edition adds additional features for large enterprises. Business Critical Edition offers higher data protection for sensitive data. Virtual Private Snowflake isolates accounts in a separate environment with the highest security level.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10
Snowflake
Snowflake Connect Editions
Snowflake Snowflake Connect Editions •Standard Edition Standard Edition is our introductory level offering, providing full, unlimited access to all of Snowflake’s standard features. It provides a strong balance between features, level of support, and cost. •Enterprise Edition Enterprise Edition provides all the features and services of Standard Edition, with additional features designed specifically for the needs of large-scale enterprises and organizations. •Business Critical Edition Business Critical Edition, formerly known as Enterprise for Sensitive Data (ESD), offers even higher levels of data protection to support the needs of organizations with extremely sensitive data, particularly PHI data that must comply with HIPAA and HITRUST CSF regulations. It includes all the features and services of Enterprise Edition, with the addition of enhanced security and data protection. In addition, database failover/failback adds support for business continuity and disaster recovery. •Virtual Private Snowflake (VPS) Virtual Private Snowflake offers our highest level of security for organizations that have the strictest requirements, such as financial institutions and any other large enterprises that collect, analyze, and share highly sensitive data. It includes all the features and services of Business Critical Edition, but in a completely separate Snowflake environment, isolated from all other Snowflake accounts (i.e. VPS accounts do not share any resources with accounts outside the VPS). Snowflake Snowflake Connect Connect Work Sheet Overview Downloads Snow SQL 1. Download your SnowSQL Client By Clicking on the Below URL • https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/index.html • Choose Version 1.2 • Click on Windows_x86_64 • Click On https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/1.2/windows_x86_64/snowsql- 1.2.5-windows_x86_64.msi 2. Install the SnowSQL Client 3. Connecting to Snowflake Account • Type CMD in your Windows Search Bar (On the Left Bottom) • In your Command Line Give the Following commands • snowsql -a <account Name> -u <user Name> • Eg: If your snoflake URL is : https://uy86195.ap-southeast-1.snowflakecomputing.com/ • Your Account Name : uy86195.ap-southeast-1 • if you have your account ending uy86195.ap-southeast-1.aws.snowflakecomputing.com • Your Account : uy86195.ap-southeast-1 • Your User Name : The User name that you Enter While Logging into Snowflake Web URL • Your Password : Same as the password that you use for logging into snowflake Web URL Snow SQL 1. Choosing Your Database & Schema 2. Your Prompt Will Be like 3. <UserName>#compute_wh@(no_database).(no_schema)> 1. choose your Database 2. <user>#compute_wh> use database sfdb_dev; 3. Choose Your Schema 4. <user>#compute_wh@sfdb_dev.public> use schema sf_schemaSnow SQL Commands 4. Show Tables; 5. Show Stages; 6. Viewing Stages 1. For Viewing User Stage 2. List @~; 3. For Viewing Table Stage 4. List @%<table name>; 5. For Viewing Named Internal Stage 6. List @my_stage; SnowSQL – Example From Screen Snowsql – Captured From the Command Line Please Look the Steps Carefully .. 1.Microsoft Windows [Version 10.0.17134.1401] 2.(c) 2018 Microsoft Corporation. All rights reserved.
3.C:\Users\nitnaik>snowsql -a uy86195.ap-southeast-1 -u snowflaketraining