Skip to content

giomusyaffa/SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SQL Portfolio 💻

Welcome to my SQL portfolio! 👋

This repository contains my personal projects exploring data analysis and insights generation using Structured Query Language (SQL). Each project is based on real-world datasets sourced from Kaggle and aims to showcase how SQL can be used to clean, transform, and analyze data effectively.

Objectives 🎯

  • Data Cleaning: Handling missing values, duplicates, and inconsistent formats.

  • Data Transformation: Using joins, subqueries, CASE statements, and CTEs to organize data.

  • Exploratory Data Analysis (EDA): Finding trends, distributions, and performance indicators.

  • Business Insights: Translating numbers into actionable insights for decision-making.

Setup 🔧

Step 1: Install Microsofr SQL Server

image

This is the database engine, it’s where all your tables and data are stored.

What it does:

  • Stores and manages data tables.
  • Runs SQL queries.
  • Handles relationships between datasets.

Step 2: Install SQL Server Management Studio (SSMS)

image

Now, this is the interface, the program where you actually type your SQL code.

What it does:

  • Lets you type, run, and visualize SQL queries.
  • Displays all your databases, tables, and relationships.
  • Helps you create backups, import CSVs, and view results easily.

Projects 📂

1. Customer Sentiment Dataset 🛍️

Description

The Customer Sentiment Dataset contains customer demographics, reviews, ratings, product categories, and issue resolution information.

This makes it ideal for practicing real-world SQL queries that answer business questions.

Project Link:

🔗View Detailed Project Here

Dataset Source:

🔗Customer Sentiment Dataset

2. RFM Analysis 💳

Description

Segmented customers using distribution-based recency and analyzed revenue, demographics, and payment behavior.

Project Link:

🔗View Detailed Project Here

Dataset Source:

🔗Customer Sentiment Dataset

3. Social Media Addiction & Mental Health Analysis 💳

Description

In this portfolio, I am using JOINS, CTE, UNION, SUBQUERY, ETC to their maximum potential, since this dataset has 10 tables with one primary key, which is USER_ID.

Project Link:

🔗View Detailed Project Here

Dataset Source:

🔗Customer Sentiment Dataset

About

My personal projects exploring data analysis and insights generation using Structured Query Language (SQL).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors