I'm trying to create a stats database for my hockey team and I've got a noob question...
I want to be able to be able to pick players and show their career stats over multiple seasons. I know that I can create a table that holds all the players and their stats for the season. Does this mean that for every season I create a new table that contains the players and their stats, then for a running total I need another table that selects the player data from each of the seasons tables that the player played in.
Is this right?
I want to be able to be able to pick players and show their career stats over multiple seasons. I know that I can create a table that holds all the players and their stats for the season. Does this mean that for every season I create a new table that contains the players and their stats, then for a running total I need another table that selects the player data from each of the seasons tables that the player played in.
Is this right?
