Fuenfgeld / 2022TeamBDataEngineeringBC

This is a repository for a Data Engineering Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2022TeamBDataEngineeringBC

This is a repository for a Data Engineering Tutorial. This repository contains the data, code and presentations to teach our fellow students, or other people who are interested in SQLite about the basics of SQLite. The main part is the transformation of an unknown table sctructure into a star schema.

This workbook will teach you three main goals:

  • You will learn how to use PRAGMA-functions to create an ER-diagram out of the meta-information of a database
  • You will learn how to do small queries with SELECT and sub-SELECTs. Additioanlly you'll learn the differences between OLTP and OLAP databases.
  • You will learn about star schemes and how to transform your database structure into a star scheme.

Please read through the explainations in our workbook and transfer the acquired knowledge to our given exercises. After the exercise you'll be able to confirm if you solved the problems correctly.

The workbook about our SQLite lesson can be found here.

If you only want to do the exercises and skip our explainations you can find the exercises here:

The solutions are linked at the end of the exercise.

About

This is a repository for a Data Engineering Tutorial

License:MIT License


Languages

Language:Jupyter Notebook 100.0%