A personal repository to track and document my SQL learning journey using LeetCode SQL problems.
This repo is a collection of .sql solution files for each question in the LeetCode SQL 50 series, written and tested using MySQL, helping me build a strong foundation in database querying and design.
π LeetCodeSQL50
βββ π .sql Files # SQL script solutions for LeetCode SQL 50 problems
βββ π README.md # Project documentation
.sqlscripts solving each LeetCode SQL problem (SQL50 series).- Each file is named with the problem number according to Leetcode.
- Covers a variety of SQL concepts: SELECT queries, JOINs, aggregations, subqueries, etc.
- Solutions are added and updated regularly as I complete new problems.
| Tool/Platform | Purpose |
|---|---|
| MySQL π¬ | Local database engine used for writing and running SQL |
| GitHub π» | Version control & project hosting |
| LeetCode βοΈ | Platform for hands-on SQL problem solving (SQL50 series) |
| YouTube πΊ | Tutorials & walkthroughs to understand SQL concepts |
- Strengthen fundamentals in SQL and database concepts using practical problems.
- Practice writing efficient SQL queries and handling different data scenarios.
- Build a personal reference of solved SQL problems for interview preparation.
- Track and reflect on my progress in learning SQL over time.
- Clone the repo:
git clone https://github.com/Anushka-Sharma-008/LeetCodeSQL50.git
- Navigate the files: Explore the .sql solution files for each problem.
- Run the SQL scripts: Open the .sql files in any SQL environment and execute them against the sample database schema provided by LeetCode.
- Beginners learning SQL query writing and database fundamentals.
- Students preparing for technical interviews that include SQL/database questions.
- Anyone revising core SQL concepts through hands-on practice.
- Solutions will be updated regularly as I complete more problems in the SQL50 series.
- SQL code is written for clarity and learning, and may not cover every edge case or optimization.
- Suggestions and feedback are welcome via GitHub Issues or Discussions.
Anushka Sharma
π LinkedIn β’ π± GitHub
π Currently learning Python, Data Science, and DSA
If this repo helped you or you find it relatable:
- β Star the repository
- π΄ Fork it and document your own journey
- π¬ Drop a suggestion or comment!