Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivambasak/sql-50
It contains the 50 days sql series of leetcode
https://github.com/shivambasak/sql-50
leetcode-solutions mysql sql50
Last synced: about 5 hours ago
JSON representation
It contains the 50 days sql series of leetcode
- Host: GitHub
- URL: https://github.com/shivambasak/sql-50
- Owner: shivamBasak
- Created: 2024-03-15T03:12:48.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-01T02:43:00.000Z (7 months ago)
- Last Synced: 2024-05-01T03:36:45.838Z (7 months ago)
- Topics: leetcode-solutions, mysql, sql50
- Homepage: https://leetcode.com/studyplan/top-sql-50/
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL-50 Repository
Welcome to the SQL-50 repository! This repository contains solutions to 50 SQL questions from LeetCode, aimed at helping you practice and master SQL concepts. Whether you're preparing for interviews or simply looking to improve your SQL skills, this repository is designed to provide you with a comprehensive set of exercises and solutions.
## About LeetCode
[LeetCode](https://leetcode.com/) is a popular platform for practicing coding interviews, including SQL problems. It offers a wide range of questions across various difficulty levels, making it an excellent resource for sharpening your problem-solving skills.
## Repository Structure
This repository is organized as follows:
- Each SQL question from LeetCode is provided in its own directory.
- Within each directory, you'll find:
- The problem statement in a README.md file.
- A SQL file containing the solution code.
- Additional files if required (e.g., input data files).## Getting Started
To get started with this repository:
1. Clone or download the repository to your local machine.
2. Navigate to the directory of the SQL question you want to solve.
3. Read the problem statement in the README.md file.
4. Write your SQL solution in the provided SQL file.
5. Test your solution against sample inputs if provided.
6. Compare your solution with the provided solution in the SQL file.
7. Iterate and refine your solution as needed.## Contributions
Contributions to this repository are welcome! If you have a new SQL question to add or if you've identified improvements to existing solutions, feel free to submit a pull request.
## DisclaimerThe solutions provided in this repository are intended for educational purposes. While we strive for accuracy and efficiency, there may be alternative solutions or optimizations not covered in this repository. Use these solutions as a reference and aim to understand the underlying SQL concepts.
## Support
If you encounter any issues or have questions about the solutions, feel free to open an issue in this repository. We'll do our best to assist you.
Happy coding!