Skip to content

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

Notifications You must be signed in to change notification settings

giomusyaffa/SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published