SQL Data Exploration
This is my first real SQL project! I'm using some sample datasets to practice basic queries like SELECT, WHERE, GROUP BY, and simple aggregations. I'm learning how to filter data and find basic patterns. It's pretty basic stuff, but I'm getting better at writing queries and understanding how data analysts think about questions.
Database Schema Setup
CRUD Operation practice
Complex Joins implementation
SQL Data Cleaning
I haven't started this one yet, but I'm planning to work on it soon. I want to learn how to clean messy data using SQL - things like handling missing values, removing duplicates, and fixing data types. I heard that real-world data is always messy, so I should learn how to deal with that. This will be my next project after I finish my current SQL exploration project.
Data Cleaning Basics
Handling Missing Values
Removing Duplicates
Preparing Analysis-Ready Data