This repository contains the learning materials of a "Database for data analytics" course. The course teaches
- SQL language
- Data quality
- Data representation
The course uses the IMDB movies database as the main schema.
The final project is a movie recommendation system that the students build.
To learn the course, it is recommended to go over the presentations. Each presentation has examples to run on MySql, which are most of the content. There are also topic spcific eaxmples on table creation, normalization, etc.
There are exercises and example exams and solutions, helping to evaluate student skill. The knowledgebase contains tips on using MySql and links to many related resources.