Standings
- The actual standings for each league are calculated on the fly whenever a user requests them using a second query.
- This query has to compute a score for each fantasy team, based on the number of bases, hits, etc. it totaled so far, using a simple formula. For our example rules this is:
Score = Hits + Bases + Steals + 10*wins
+ Strikeouts - RunsAllowed