Skip to content

dataSeb-ops/SQL_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SQL Portfolio Projects

This repository contains a collection of projects I’ve completed to demonstrate proficiency in SQL.
Each project is based on real-world datasets and highlights specific SQL skills such as string manipulation, date parsing, joins, aggregations, and exploratory analysis.


About

This repo is a portfolio showcase of my SQL skills, demonstrating:

  • Cleaning messy real-world datasets
  • Building reusable queries and views
  • Analyzing data to extract meaningful insights
  • Documenting processes for both technical and non-technical audiences

Projects

Dataset Sources:

Description:
Analyzed layoff trends across cities, months, and quarters, and compared layoffs to interest rate changes over time.
Also explored differences between layoffs in private vs. public companies.

Skills Highlighted:

  • String cleaning (REPLACE, SUBSTR, TRIM)
  • Date parsing (handling M/D/YYYY formats)
  • Aggregations (GROUP BY, COUNT, AVG)
  • Combining external datasets (joining layoffs with SOFR interest rate data)

Key Findings:

  • Layoffs were concentrated in major tech hubs like San Francisco and New York.
  • Layoffs peaked in late 2022, coinciding with rising interest rates.
  • Public companies tended to report larger absolute layoffs.

[Other Projects Coming Soon]

(Additional SQL projects will be added here. Each will have its own subfolder with queries, results, and documentation.)


Tools Used

  • SQLite / DB Browser for SQLite for query execution and database management
  • Excel for exporting and visualizing results
  • GitHub for version control and project documentation

About

Analyzing datasets using SQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published