I am new to Data modelling and trying to understand the practical scenario of using star schema model for the business intelligence
below is the example image of star schema model- for a sales table. i understood dimension table and how it is referred in fact table with foreign keys. I have below 2 question
i am trying to understand how value for attributes- usually called measure attributes, in this case 'dollars_sold' and 'unit_sold' are getting defined/populated in fact table?
i believe BI team use this fact table to query for various analytics cases? Please correct me if i am wrong here?
i searched most places, but no where it clearly defined how exactly this measure values are getting retrieved in fact table . is there any query can give with an example