Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nivesayee/adventofsql2024
Solutions for Advent of SQL challenges
https://github.com/nivesayee/adventofsql2024
advent-of-sql advent-of-sql-2024 postgres sql sql-challenges
Last synced: 25 days ago
JSON representation
Solutions for Advent of SQL challenges
- Host: GitHub
- URL: https://github.com/nivesayee/adventofsql2024
- Owner: nivesayee
- Created: 2024-12-10T23:14:13.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-10T23:35:50.000Z (about 1 month ago)
- Last Synced: 2024-12-11T00:26:44.102Z (about 1 month ago)
- Topics: advent-of-sql, advent-of-sql-2024, postgres, sql, sql-challenges
- Homepage: https://www.adventofsql.com/
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfSQL2024 🚀
# Advent of SQL Solutions
This repository contains my solutions for the **Advent of SQL** challenges. Each folder includes the challenge question as a separate file and the solution with in-line comments explaining the approach used to solve it.
---
## 📁 Repository Structure
Each folder represents a day's challenge:- `day01/`
- `question.txt` - Contains the challenge description.
- `solution.sql` - Contains the challenge solution with in-line explanations as comments.- `day02/`
- `question.txt`
- `solution.sql`...
---
## 📚 About
**Advent of SQL** is a 24-day series of SQL challenges with a Christmas theme. From December 1st to December 24th, a new challenge is provided daily. Each challenge includes a database dump to work with and is designed to enhance SQL skills.---
## 🔗 Connect
Feel free to explore, learn, or suggest improvements.