Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rabestro/sql-challenge-solutions
A collection of SQL challenges and solutions from various courses and websites, aimed at enhancing database querying skills.
https://github.com/rabestro/sql-challenge-solutions
challenges solutions sql sqlite
Last synced: 12 days ago
JSON representation
A collection of SQL challenges and solutions from various courses and websites, aimed at enhancing database querying skills.
- Host: GitHub
- URL: https://github.com/rabestro/sql-challenge-solutions
- Owner: rabestro
- License: mit
- Created: 2024-07-06T08:57:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T06:13:06.000Z (4 months ago)
- Last Synced: 2024-07-18T08:05:59.506Z (4 months ago)
- Topics: challenges, solutions, sql, sqlite
- Language: Mermaid
- Homepage:
- Size: 418 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL-Challenge-Solutions
This repository is a comprehensive collection of my solutions to various SQL challenges and exercises sourced from multiple courses and platforms, including "Level Up: Advanced SQL", "SQL Essential Training", and HackerRank, among others. The aim is to document my journey in enhancing my SQL skills and to provide a resource for others looking to improve their database querying capabilities.
## Featured Courses and Platforms
- [Level Up: Advanced SQL](https://www.linkedin.com/learning/level-up-advanced-sql)
- [SQL Essential Training](https://www.linkedin.com/learning/sql-essential-training-20685933)
- [HackerRank SQL Challenges](https://www.hackerrank.com/domains/sql)More solutions will be added as I continue to explore and learn from different sources.
## How to Use
Each folder within this repository is dedicated to a specific course or platform. Inside, you'll find SQL scripts or files named according to the challenge or exercise they solve. To run these solutions, ensure you have a SQL database environment compatible with the syntax used in the scripts (primarily SQLite for course-related solutions).
## Technologies Used
- SQL
- SQLite
- Other database technologies as encountered in various challenges## Contributing
While this repository primarily serves as a personal documentation of my learning journey, contributions or suggestions for improvement are welcome. Please feel free to fork the repository or submit pull requests.
## Acknowledgments
- Thanks to the instructors and creators of the "Level Up: Advanced SQL" and "SQL Essential Training" courses for their comprehensive and insightful content.
- Gratitude to HackerRank for providing a platform to practice and hone SQL skills through real-world challenges.## License
This project is open source and available under the [MIT License](LICENSE.md).