- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Betting Records
        Deruzala edited this page May 21, 2021 
        ·
        14 revisions
      
    Records is a smaller table cluster to record performance and outcome of bets placed
Records depends on the RaceCard table for schedule information
- 
RaceCard
- Records
 
Records  also has dependants
- 
Records
- bid
- system
- outcome
- marketType
 
dbo.Records Joins dbo.RaceCard to display race information alongside bet records
RaceCard and Records sample: Records-Join