id | TypeName |
---|---|
1 | National |
2 | Club |
3 | Youth |
id | SportName |
---|---|
1 | Football |
2 | Rugby |
id | Name | Age | TeamTypeId | SportId |
---|---|---|---|---|
(→ Team_Type.id) | (→ Sports.id) | |||
1 | John Doe | 28 | 1 | 1 |
2 | Jane Smith | 26 | 2 | 2 |
3 | Alice Brown | 30 | 1 | 1 |
4 | Bob Johnson | 29 | 2 | 2 |
5 | Charlie White | 27 | 1 | 1 |
id | LevelName |
---|---|
1 | Elite |
2 | Intermediate |
3 | Beginner |
id | PlayerId | FitnessLevelId | StatsText |
---|---|---|---|
(→ Players.id) | (→ FitnessLevels.id) | ||
1 | 1 | 1 | Average stats |
2 | 2 | 2 | Above average stats |
3 | 3 | 3 | Below average stats |
4 | 4 | 1 | Excellent stats |
5 | 5 | 2 | Impressive stats |