I have a Source Table
which looks like as below (pls focus on the show_id
column)
[
And below is the Dim and Fact Table Diagram
from my school's guide:
They put the show_id
from the Source Table
directly inside the Fact table
, which confuses me. I think that's not what I learned. Now I'm wondering whether should I put the show_id
inside the Dim_info
table instead or just don't include the show_id
at all
Any advice?