Skip to content

This repository contains solutions to SQL challenges from various platforms like LeetCode, HackerRank, and more.

Notifications You must be signed in to change notification settings

m7moudGadallah/SQL-Challenge-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SQL Challenge Solutions

This repository contains solutions to SQL challenges from various platforms like LeetCode, HackerRank, and more.

Getting Started

To access the solutions, simply clone or download the repository to your local machine. Each challenge solution is in a separate file with a descriptive name that matches the challenge.

Prerequisites

To run the solutions, you will try it on website like LeetCode and HackerRank OR you will need a SQL database management system installed on your machine. You can use any popular database system like MySQL, PostgreSQL, or SQLite.

Repository Structure

The repository is organized into separate folders for each platform, with each challenge located in a separate file within the folder. Here is an overview of the repository structure:

SQL-Challenge-Solutions/
├── LeetCode/
|   ├── README.md
│   ├── solutions/
|       ├──Challenge1.sql
│       ├── Challenge2.sql
│       └── ...
├── HackerRank/
|   ├── README.md
│   ├── solutions/
|       ├──Challenge1.sql
│       ├── Challenge2.sql
│       └── ...
└── README.md

Solutions

Contributing

If you would like to contribute to this repository by adding your own solution to a SQL challenge, please follow these steps:

  1. Fork the repository
  2. Create a new branch
  3. Add your solution to the appropriate file
  4. Commit your changes
  5. Push your changes to your fork
  6. Create a pull request

Acknowledgments

Thank you to LeetCode, HackerRank, and other platforms for providing these SQL challenges.

↑Top

About

This repository contains solutions to SQL challenges from various platforms like LeetCode, HackerRank, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published