https://github.com/andreansx/sql
Minimalistic set of explainations and practise excercises for SQL on High School Final Exam in informatics. No theory, just practical explainations
https://github.com/andreansx/sql
matura sql
Last synced: 5 months ago
JSON representation
Minimalistic set of explainations and practise excercises for SQL on High School Final Exam in informatics. No theory, just practical explainations
- Host: GitHub
- URL: https://github.com/andreansx/sql
- Owner: Andreansx
- Created: 2025-05-03T00:34:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-18T21:57:51.000Z (about 1 year ago)
- Last Synced: 2025-06-19T08:41:46.295Z (about 1 year ago)
- Topics: matura, sql
- Language: SQL
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SQL Practice


This repository contains my minimalostic SQL explainations and excercises – both general and inspired by the Polish high school final exam in computer science (Matura). No theory, just excercises specifically.
You can also use the informations provided here as a way of help for yourself if you want, since I try to document everything as good as I can.
### Repo structure
- **[/exercises](./excercises)**
General SQL exercises based on online tutorials, platforms and ChatGPT. I will use this folder to store excercises in which I will practice basic queries like `SELECT`, filtering, sorting, aggregations, joins, and subqueries. Done using **SQLite** and **MySQL**
All excercises
First excercise
Second excercise
Third excercise
- **[/exam-excercises](./exam-excercises)**
Tasks modeled after actual high school final exam questions. Most of them involve working with tables such as students, books, orders, etc. Each file contains one task in `.sql` format with clear comments and structured queries.
This setup allows me to test ideas and reinforce concepts without relying on any online platform.