Hi everybody..
I'm currently working on a college assignment to design a database to store data for a triathlon.
The first stage is to use the e/r model to discuss possibilities for entities and and relationships..
What exactly do I need to put in this section? I've come up with some thaughts on what data (times,teams etc..) I will be storing ad also a simple relationship table..(attached)
In the brief i've been told to give examples of Unary, Ternary and Binary relationships.. I'm not really sure what these are..but i'll make an attempt. Could you help me identify some please..?
Also I would appreciate some pointers on how I could improve this sketch as my ability to identify relationships isn't great..
Quick Overview of my business rules..
- Triathlon consists of Swim, Cycle, Run
- Time is stored for each of the above sections
- Two transition times:
- from water and onto bike
- get off bike and begin run
- each participant(team) is issued with overall time..
- two types triathlon:
- Sprint tri
- try-a-try
- Regardless of type, swim goes of in waves of 30
- delayed by 10-15 mins between each wave
I greatly appreciate any help as Im pretty lost with the design side of things, sql is pretty good thank god!
makko
EDIT: Startgrid tables is supposed to be related to team table, not times table, oops!