https://github.com/nivesayee/advent-of-sql-2024
Solutions for Advent of SQL challenges
https://github.com/nivesayee/advent-of-sql-2024
advent-of-sql advent-of-sql-2024 postgres sql sql-challenges
Last synced: 4 months ago
JSON representation
Solutions for Advent of SQL challenges
- Host: GitHub
- URL: https://github.com/nivesayee/advent-of-sql-2024
- Owner: nivesayee
- Created: 2024-12-10T23:14:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T22:39:11.000Z (6 months ago)
- Last Synced: 2025-01-03T14:55:56.343Z (5 months ago)
- Topics: advent-of-sql, advent-of-sql-2024, postgres, sql, sql-challenges
- Homepage: https://www.adventofsql.com/
- Size: 5.81 MB
- 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, create and insert statements as another 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/`
- `create_and_populate.sql` - Contains Create and Insert statements.
- `question.txt` - Contains the challenge description.
- `solution.sql` - Contains the challenge solution with in-line explanations as comments.- `day02/`
- `create_and_populate.sql`
- `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.