Skip to content

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.

Notifications You must be signed in to change notification settings

annuk123/SQL-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

SQL Practice

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.


What This Repo Includes

  • Solved SQL problems from HackerRank and LeetCode
  • Clean, readable queries
  • Gradual progression from basics to advanced concepts
  • Focus on understanding why a query works

Topics Covered (Growing)

  • Basic data retrieval (SELECT, WHERE, ORDER BY)
  • Filtering & conditions
  • Aggregations & grouping
  • Joins & relationships
  • Subqueries & CTEs
  • Window functions (planned)

Structure


SQL-Practice/
├── HackerRank-Questions/
│   └── BasicSelect/
├── LeetCode-Questions/
│   └── (coming soon)


Notes

  • 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

Why I’m Doing This

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!

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published