Lesson 19 of26
In Progress

Deciding fact and dimension tables

https://campus.datacamp.com/courses/database-design/processing-storing-and-organizing-data?ex=10

Imagine that you love running and data. It’s only natural that you begin collecting data on your weekly running routine. You’re most concerned with tracking how long you are running each week. You also record the route and the distances of your runs. You gather this data and put it into one table called Runs with the following schema:

Responses