Star Schema database for NBA/Basketball statistics

拜拜、爱过 提交于 2019-12-24 19:04:36

问题


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!

来源:https://stackoverflow.com/questions/24524919/star-schema-database-for-nba-basketball-statistics

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!