An open API service indexing awesome lists of open source software.

https://github.com/renoyegon/sql-portfolio

A collection of my SQL projects, showcasing my skills in data cleaning and exploratory data analysis (EDA).
https://github.com/renoyegon/sql-portfolio

sql

Last synced: 5 months ago
JSON representation

A collection of my SQL projects, showcasing my skills in data cleaning and exploratory data analysis (EDA).

Awesome Lists containing this project

README

          

# SQL-Portfolio
Welcome to my SQL portfolio! This repository contains a collection of my SQL projects, showcasing my skills in data cleaning and exploratory data analysis (EDA). Each project includes detailed SQL scripts and explanations to demonstrate my approach and methodology.

## Projects

- **Project: Row Health Targeted Insights**

- **Description:** This project involved answering key business questions for a reimbursement program using SQL. Insights were derived on topics such as product claims, campaign performance, subscription trends, and customer behavior. The data was cleaned, transformed, and merged to create an analysis-ready dataset

- **SQL Skills Used:** Data Aggregation, Date Handling , Window Functions, Common Table Expressions (CTEs), Joins, Filtering, Sorting, String Manipulation
- **Output:** Created a clean and structured dataset for Excel analysis by combining three CSV files using SQL transformations.

- **Resources:**

- [View Insights SQL Script:](Row_health/1.Targeted_Insights.sql)

- [SQL Script for Excel analysis](Row_health/campaign_performance_combined.sql)
- [More Detailed Insights:](https://github.com/RENOYEGON/Row_health_wellness_program)

- **Project: Contoso**
- **Description:** Project involves analyzing customer behavior, retention trends, and lifetime value for an e-commerce company

- **SQL Skills Used:** Table Creation,Common Table Expressions (CTEs), Window Functions, Aggregations, Group By, Joins, Date Functions.
- **Resources:**
- [View SQL Scripts](contoso)

- [Original dataset from here.](https://www.sqlbi.com/tools/contoso-data-generator)

- **Project: Northwind Traders**

- **Description:** This project involves cleaning and transformingc data to prepare it for analysis.

- **SQL Skills Used:** Table Creation,Data Type Conversion, Common Table Expressions (CTEs),Date Functions,Joins, aggregations,window functions,Grouping and filtering for
segmentation.
- **Resources:**
- [View SQL Scripts](Northwind)
- [Original dataset from here.](https://docs.yugabyte.com/)

- **Project: Layoffs Analysis**

- **Description:** This project focuses on preparing and analyzing [raw layoff data](https://layoffs.fyi/) to uncover trends and insights related to workforce reductions from the onset of March 2020 to April 2025. The objective is to assess the scale, timing, and sector-wise distribution of layoffs across different sectors.

- **Key SQL Skills Applied:** Data cleaning and transformation, data type standardization, use of Common Table Expressions (CTEs), string parsing, window functions for trend analysis, aggregations and grouping for summarization, table joins.
- **Resources:**

- [View Data Cleaning SQL Script](layoffs/data_cleaning_script_for_the_layoffs.sql)

- [View Exploratory Data Analysis (EDA) SQL Script](layoffs/EDA_layoffs.sql)