Snowflake has the best UX out of all the cloud-hosted options, with a fast and responsive UI console and great JSON handling. This makes it easy to get started and transition to structured tables later, or just stick with JSON for flexibility.Snowflake offers a unique blend of features that sit between all of these existing options. It stores data in cloud storage for easy cloning, replication, and time-travel/snapshot queries unlike the others. It separates compute from storage like BigQuery for faster scaling and unlimited concurrency. It still has a concept of a cluster of servers like Redshift/Azure SQL DW but simplifies management to just size. It supports low-latency queries similar to an always running cluster like Redshift while scaling up to unlimited datasets like BigQuery
Lesson 1 : Snowflake - Course Introduction
Lesson 2 : Snowflake - Data warehouse The Home for your
Lesson 3: What Is Snowflake ?
Lesson 4: Snowflake - Fact Sheet For What Is Snowflake ?
Lesson 5: Snowflake - Getting Free Account To Learn
Lesson 6: Snowflake - Web interface And Working With Warehouse
Lesson 7: Snowflake - Fact Sheet For Data warehouse
Lesson 8: Snowflake - Creation Of A Database
Lesson 9: Snowflake - Creation Of A Table
Lesson 10: Snowflake - Fact Sheet For Database & Table
Lesson 11: Snowflake - SnowSQL CLI
Lesson 12: Snowflake - Data Sharing
Lesson 13: Snowflake - Fact Sheet For Data Sharing
Lesson 14: Snowflake - Zero Copy Cloning
Lesson 15: Snowflake - Fact Sheet For Data Cloning
Lesson 16: Snowflake - Snowpipe
Lesson 17: Snowflake - Fact Sheet For SnowPipe
Lesson 18: Snowflake -Time Travel
Lesson 19: Snowflake - Fact Sheet For Time Travel
Lecture 20: What Is Python?
Lecture 21: Jupyter Notebook & Python
Lecture 22: Python Variables & Data Types
Lecture 23: Operators & Functions In Python
Lecture 24: Loops In Python
Lecture 25: Exception Handling In Python
Lecture 26: Snowflake - Snowflake using Python Insert & Fetch
Lecture 27: Snowflake - Bulk Load (CSV) Using Python