Hello,
I'm designing a small database where soccer results are going to be stored.
I have created following tables:
FB_Teams, with primary key I_TEAM_ID, storing team data.
FB_Competitions, with primary key I_COMPETITION_ID, where I want to keep details of leagues, cups, etc.
As most of you...