I'm trying to wrap my head around a database that will maintain 'box scores' for sporting events and be searchable on a various amount of fields including how a player performs home and away and in wins losses.
I can't figure out how to design the tables properly for the home/away win loss scenario in a way that normalizes. Any suggestions would be appreciated.