Advanced SQL
- Readers
- Torsten Grust • Björn Bamberg • Tim Fischer
- Lecture
- Thu 10:15-11:45, Sand 14, Hörsaal A301 [Informatik] (Informatik/Astronomie)
- Tutorial
- Tue 14:15-15:45, Seminarraum C215 (Informatik Sand 14)
- Exam
- TBD
Relational database systems provide efficient storage for large volumes of data.
This course highlights that these systems also provide a
versatile and expressive data processing language: SQL. There’s much more
to SQL than the plain SELECT...FROM...WHERE... clause, and we will see that a
surprisingly large number of algorithmic problems can be tackled using SQL.
Moving computation close to the data is key to unlock the true potential of
database systems.
Selected course topics include
- importing of CSV data,
- common table expressions (
WITH), - non-standard data types (arrays, maps, JSON),
- anonymous functions (lambdas),
- table functions,
- non-standard aggregate functions,
- window functions,
- recursive computation,
- off-beat SQL applications, useful SQL idioms, and fun SQL puzzles.
The course will only provide a brief introduction to the fundamental aspects of relational database systems. We expect you to have basic SQL skills (through prior attendance of DB1, TaDa or personal projects, for example) or be willing to acquire such skills.
Join us for a boatload of SQL fun!
Signup and Registration
You do not need to register for the lecture in advance. Just turn up to the first lecture. You will be given all the information you need.
Organization of Exercises and Discord
We will use our Discord server for the organization of the lecture and exercise, i.e., for official notes, questions and discussions. Registration and regular attendance on Discord is not optional, but required for participation in the course.
Questions?
For further questions please contact the teaching assistants Björn Bamberg and Tim Fischer.