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

https://github.com/ziadsalah2003/leetcode_sql

This repository contains my solutions to problems from LeetCode, categorized by difficulty level. The problems are organized based on their difficulty level: Easy, Medium, and Hard. Each problem is a .sql file named after the problem.
https://github.com/ziadsalah2003/leetcode_sql

mysql sql-server

Last synced: 3 months ago
JSON representation

This repository contains my solutions to problems from LeetCode, categorized by difficulty level. The problems are organized based on their difficulty level: Easy, Medium, and Hard. Each problem is a .sql file named after the problem.

Awesome Lists containing this project

README

          

# LeetCode SQL Solutions

This repository contains my solutions to SQL problems from LeetCode. Each solution is contained in its own SQL file, named according to the problem number and title.

## About the Author

These solutions are provided by [ziadsalah2003](https://leetcode.com/ziadsalah2003/). Feel free to check out my LeetCode profile for more.

## Learning Outcomes

From solving these SQL problems, I've gained a deeper understanding of:

- Complex SQL queries and joins
- Database normalization
- Data manipulation and extraction techniques

## Usage

To run a solution, copy the SQL code into your SQL client and execute it.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

[MIT](https://choosealicense.com/licenses/mit/)