Full theory
- SQL talks to relational databases (MySQL, Postgres, SQL Server…).
- Tables = rows + typed columns.
- CRUD — INSERT, SELECT, UPDATE, DELETE.
- Design tables with keys and clear relationships.
- Interview — normalize + index the columns you filter on.
Exam tip
Explain MySQL as: meaning → why it matters → one tiny example.