i know using a star schema can be used to answer questions such as: who are the top 5% salespersons, what was the best month in sales, etc.
i am having a hard time finding information on how to do this in coding. i know you have to set up a fact table and dimensional tables (i am using the Northwind Database that ms sql provides), but how do you put the data into the fact tables? i tried all sorts of google searches to find info on star schemas, but came up short.
please help!
i am having a hard time finding information on how to do this in coding. i know you have to set up a fact table and dimensional tables (i am using the Northwind Database that ms sql provides), but how do you put the data into the fact tables? i tried all sorts of google searches to find info on star schemas, but came up short.
please help!