I have been given a senario on a swimming meet. The scenarion is:
You'll have one or more meets, each of which will have a given place and time associated with it.
A meet will have one or more events (e.g., 50 m freestyle, 4x100 freestyle relay, etc.).
An event will have one or more heats.
A heat will have zero or more individuals entered.
Each individual will have a time associated with their heat.
You'll have rules to design how to seed people and determine winners (usually "fastest is best").
Somehow i have to turn this into a database but i have no idea where to start. This is for a java program and i have some sql knowledge but i really am no good at designing the database so that everything links with each other through the appropiate primary keys etc.
Any help would be great
Tags: