This repository contains my personal SQL practice notes and solutions
from platforms like LeetCode and HackerRank.
The goal is not just to solve questions, but to build strong analytical thinking
and improve how I reason about data.
- Solved SQL problems from HackerRank and LeetCode
- Clean, readable queries
- Gradual progression from basics to advanced concepts
- Focus on understanding why a query works
- Basic data retrieval (
SELECT,WHERE,ORDER BY) - Filtering & conditions
- Aggregations & grouping
- Joins & relationships
- Subqueries & CTEs
- Window functions (planned)
SQL-Practice/
├── HackerRank-Questions/
│ └── BasicSelect/
├── LeetCode-Questions/
│ └── (coming soon)
- This is a learning repository, not a polished library
- Queries may be refactored as my understanding improves
- Solutions reflect my thinking at the time of solving
I’m learning SQL and Data Analytics to:
- Think more clearly about data
- Ask better product and business questions
- Make more informed decisions as a builder
- Share my learning journey with others
- Build a habit of continuous improvement
Learning in public. Improving one query at a time. Feel free to explore and learn along with me!