b. [10 points] Design an E-R diagram for keeping track of a sports team. It should store the
following:
— matches played,
— the scores in each match,
— the players in each match,
— individual player statistics for each match.
— Model an attribute for the summary statistics, called \textit{season avg}, as a derived attribute.