Hi again, say we are given the relational table:
TEAM(TeamID, TeamName, TeamColor, Game, DatePlayed).
Question is: how many games can we play, meaning, while preserving the properties of relational tables?
This is what I have.We know
We know TeamID, TeamName andTeamColor are fixed in any...