Skip to content

Latest commit

Β 

History

History
22 lines (14 loc) Β· 733 Bytes

File metadata and controls

22 lines (14 loc) Β· 733 Bytes

πŸ“Š SQL LeetCode Solutions

This repository contains my SQL solutions to LeetCode problems, written with a focus on clarity, correctness, and learning.
It serves as a personal practice log as well as a reference for anyone preparing for SQL interviews, data roles, or competitive programming.


πŸ“Œ About the Repository

  • 🧠 Covers easy, medium, and hard SQL problems from LeetCode
  • ✍️ Solutions are written in standard SQL
  • πŸ“ˆ Emphasis on readable queries and proper logic
  • πŸ—‚οΈ Problems are organized by problem number and title

πŸ› οΈ Tech Stack

  • Language: SQL
  • Platform: LeetCode
  • Databases Used: MySQL / PostgreSQL (as per LeetCode support)