Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~85 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for kolokos

Hi everyone, I'm trying to build a database which holds records for football matches. The tricky part is that squad number should be unique within the team, so it can't be a primary key on it's own. I have 4 tables: tblTeam ( teamID, teamname) tblPlayers (lngPlayerSquadNumber ,lngTeamID ,name,position) tblFixtures(lngFixtureID …

Member Avatar for Mestika
0
85

The End.