Skip to content

Latest commit

 

History

History
131 lines (94 loc) · 6.25 KB

README.md

File metadata and controls

131 lines (94 loc) · 6.25 KB

Leetcode-SQL-50 Solutions

Welcome to the repository for the solutions to the top 50 SQL questions on LeetCode! This repository contains my solutions to the SQL problems listed in the LeetCode Top SQL 50 Study Plan.

My Leetcode

image

Table of Contents

Introduction

This repository provides solutions to the top 50 SQL problems on LeetCode. Each problem is solved and the solution is provided in a SQL file. These problems cover various SQL concepts and are aimed at improving SQL querying skills.

Solutions

The solutions are organized in the following structure:

Select

Basic Joins

Basic Aggregate Functions

Sorting and Grouping

Advanced Select and Joins

Subqueries

Advanced String Functions / Regex / Clause

Usage

  1. Clone this repository to your local machine:
git clone https://github.com/Rakshitgupta9/Leetcode-SQL-50.git
  1. Navigate to the directory:
cd Leetcode-SQL-50
  1. Open the SQL file for the problem you want to review.

You can run these SQL queries on your local SQL server or any SQL-based platform.

Contact

If you have any questions or suggestions, feel free to reach out to me at:

Thank you for visiting this repository. Happy coding!