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

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

Awesome Lists containing this project

README

          


SQL Practice



![SQLite](https://img.shields.io/badge/sqlite-%2307405e.svg?style=for-the-badge&logo=sqlite&logoColor=white&logoSize=auto)
![MySQL](https://img.shields.io/badge/mysql-4479A1?style=for-the-badge&logo=mysql&logoColor=white&logoSize=auto)

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.