Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 906 Bytes

File metadata and controls

26 lines (17 loc) · 906 Bytes

SQL-50-Leetcode-solutions

Welcome to my SQL 50 LeetCode Solutions repository! 🎉
This repository contains my solutions to the most common and essential SQL problems on LeetCode, focusing on improving database query skills and mastering SQL concepts.

📝 Overview

This project aims to:

  • Solve all 50 SQL problems from LeetCode.
  • Provide clean, efficient and well-managed SQL solutions.
  • Share day and problem count for each problem.

🚀 Structure of the Repository

Each solution is organized as follows:

  • Problem Title: Matches the problem name on LeetCode.
  • Solution: The SQL query with comments explaining the logic in hard questions.

Author