Skip to content

SQL Guide

Julian Weinelt edited this page Jan 21, 2026 · 1 revision

This is a small SQL Guide for beginners. It will cover the most-used features of databases.

To make it easy, we use the syntax of MySQL/MariaDB in this guide. Most other databases, like PostgreSQL or MSSQL/Transact SQL, are very similar, but there are some differences in how they work.

Clone this wiki locally