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.
- Host: GitHub
- URL: https://github.com/ziadsalah2003/leetcode_sql
- Owner: ZiadSalah2003
- Created: 2024-01-09T13:53:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T13:52:23.000Z (over 1 year ago)
- Last Synced: 2025-02-17T09:15:01.242Z (11 months ago)
- Topics: mysql, sql-server
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)