A journey to master SQL — one query at a time.
Each day features a new .sql file with a real-world-inspired problem to build confidence in database querying and analysis.
- Upload 1 SQL file per day for 100 days
- Practice real-world SQL queries using datasets or business scenarios
- Stay consistent and level up SQL skills
📁 100-days-of-sql/
├── Day01.sql
├── Day02.sql
├── ...
├── Day100.sql
Each .sql file contains the query for the day.
- SQL (MySQL compatible)
- Focus: SELECT, JOINs, Aggregation, Subqueries, Window Functions, and more
Feel free to fork this repo, follow along, or start your own #100DaysOfSQL challenge!