Repos for live workshop: SQL Fundamentals: Getting Data from Databases
Location: ReDI-School Aarhus
Date: 2025-05-07 (May 7th, 2025)
- Visual Studio Code - https://code.visualstudio.com/download
- Python (3.10 or newer) - https://www.python.org/downloads
- Git - https://git-scm.com/downloads
- A GitHub account - https://github.com
- Python by Microsoft
- SQL Server (mssql) by Microsoft
Great! Here's a well-structured agenda for your SQL Fundamentals workshop (17:30–20:00), including:
- Intro to databases and roles
- Practical SQL exercises
- GitHub integration
-
Concepts:
- Tables, columns, rows
- SELECT, WHERE, DISTINCT, ORDER BY, LIMIT/TOP
-
Concepts:
- Foreign keys and table relationships
- INNER JOIN vs LEFT JOIN
-
Concepts:
- COUNT, SUM, AVG, GROUP BY, HAVING
-
Review: SELECT, WHERE, JOINs, Aggregates
-
Next steps:
- Views, Parameters, Subqueries, CASE WHEN, Window functions (future topics)
- Practice site: sqlpad.io
-
Push all branches to GitHub