Skip to main content

Module 3.1: DDL, Types, and Loading Data

The two verbs every pipeline is built on: CREATE TABLE to define, INSERT to fill.

0/2

Module 3.2: Keys and Constraints

Primary and foreign keys, UNIQUE / NOT NULL / CHECK: the rules the database enforces so bad rows can never land.

0/3

Module 3.3: Normalization

From a flat export to 3NF and back: atomic values, removing redundancy, and deliberate denormalization for analytics.

0/3

Module 3.4: ER Modeling, Relationships, and Indexes

Entities and cardinality, junction tables for many-to-many, and the indexes that keep reads fast.

0/3

Module 3.5: Dimensional Modeling Introduction

Your first Kimball star: narrow facts, wide dimensions, and a declared grain.

0/1