An open API service indexing awesome lists of open source software.

https://github.com/crunchypotata/sql-50-leetcode

This repository contains my personal solutions to the Top 50 SQL Questions on LeetCode.
https://github.com/crunchypotata/sql-50-leetcode

database leetcode-solutions postgresql sql

Last synced: 2 months ago
JSON representation

This repository contains my personal solutions to the Top 50 SQL Questions on LeetCode.

Awesome Lists containing this project

README

          

# 📘 SQL 50: LeetCode Solutions

This repository contains my personal solutions to the [Top 50 SQL Questions](https://leetcode.com/studyplan/top-sql-50/) on LeetCode.

- I use **PostgreSQL** syntax for all queries.
- It contains tasks of different difficulty levels: **easy, medium, and hard**
- Each solution is grouped by topic for easier reference and learning.

## 📁 Topics

- [`Select`](Select/) — Basic `SELECT`, `WHERE`, `DISTINCT`, `HAVING`
- [`Basic_Joins`](Basic_Joins/) — `INNER JOIN`, `LEFT JOIN`, `RIGHT JOIN`, `FULL OUT JOIN`
- [`Basic_Aggregate_Function`](Basic_Aggregate_Function/) — `COUNT`, `SUM`, `AVG`, `GROUP BY`

## 💬 Notes

- I write all solutions for learning purposes.
- My [LeetCode](https://leetcode.com/u/Crunchy_Potata/) profile