Project 1: Customer Churn Analysis in Banking
Tech stack: SQL (Snowflake), Python, Power BI
Highlights:
-
Use Snowflake to store customer transaction and demographic data
-
Create a data pipeline using Snowpipe + Tasks
-
Calculate churn metrics with SQL (e.g., last activity date, inactivity duration)
-
Use Power BI to visualize churn trends, segments, and predictions
Project 2: Automated Sales Analytics Pipeline
Tech stack: Snowflake + Python (pandas/airflow) + Power BI
Highlights:
-
Load raw data into Snowflake via COPY INTO from external stage
-
Clean and transform using SQL scripts scheduled with Tasks
-
Store snapshots and perform time-series analysis
-
Visualize KPIs and drilldowns (by region, product, time)
✅ Hands-on SQL Queries for Snowflake Practice
1. Create a Table
2. Insert Sample Data
3. Select with Filter
4. Create an External Stage
5. Load Data using COPY INTO
6. Create a View
7. CTE Example – Monthly Signup Count
8. Time Travel Query
9. Stream & Task for Incremental Processing
10. Grant Access to Role
No comments:
Post a Comment