Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.