Welcome to the SQL_DataAnalytics_project! 🚀
This project uses advanced SQL techniques to transform raw data from the [DataAnalyticsWareHouse] database into actionable insights through cleaning, aggregation, and reporting.
- Raw Data: Unprocessed transactional and dimensional data.
- Transformed Data: Data is cleaned, aggregated, and segmented using functions, CTEs, and window functions.
- Business-Ready Data: Analytical views and KPIs are generated for reporting and visualization.
-
Run SQL Scripts Sequentially:
- Data Aggregation: Execute scripts like
01_total_sales_by_date.sqland02_running_total_and_avg_price.sql. - Performance Analysis: Execute scripts like
03_yearly_product_performance.sqland04_category_contributions.sql. - Segmentation: Execute scripts like
05_product_segmentation.sqland06_customer_segmentation.sql. - Reporting Views: Execute scripts like
07_gold_customer_reports.sqland08_gold_product_report.sql.
- Data Aggregation: Execute scripts like
-
Validate & Explore:
Run queries such as:SELECT TOP 100 * FROM gold_customer_reports; SELECT TOP 100 * FROM gold_Product_report;
-
Integrate & Visualize:
The cleaned and aggregated data in the views is ready for use in reporting tools (e.g., Tableau, Power BI) or further SQL analysis.
This project is licensed under the MIT License – see the LICENSE file for details.
I'm an aspiring data professional passionate about turning raw data into actionable insights. Connect with me on