Star Schema database for NBA/Basketball statistics

2019-08-20 07:19发布

问题:

I want to design a database of basketball players and their stats. I hear star schema databases are the best for these type of tasks.

If I'm not mistaken, star schema has dim and fact tables.

I plan to load scores/stats into the fact tables and teams,year, coach, conference, etc in the dim tables. Is this an acceptable approach?

Im a noobie at database design so please help if you can or give me your thoughts on my process. Thanks!