dfwcomputer
Dean
- Local time
- Today, 12:03
- Joined
- Feb 8, 2005
- Messages
- 92
Hi,
Can anyone look at this database design and help me out.The purpose of this database will be to store race results for drag racers this will include specifications of there cars, car setups, engine specs, track conditions and weather conditions. The main people to use this database will be drag racers.
Everyone is free to use or modify the design.
tblEvent
EventID
EventType
EventDate
tblDriver
DriverID
FirstName
LastName
tblCar
CarID
CarMake
CarModel
EngineMake
EngineSize
Gearbox
DiffRatio
TyreType
TyreSize
TyrePressHot
TyrePressCold
CarbyMake
CarbySize
JetsFront
JetsRear
FuelPressure
BaseTiming
TotalAdvance
EngineCompression
tblCarDriver
CarDriverID
CarID
DriverID
tblWeather
WeatherID
RaceTime
TrackTemperature
Milibars
Humidity
AirTemperature
tblResults
ResultsID
CarDriverID
StageRpm
ShiftRpm
Reaction
60ftTime
330ftTime
660ftTime
660ftMph
1000ftTime
ElapsedTime
ElapsedMph
Comments
Any info would be greatly appreciated

Can anyone look at this database design and help me out.The purpose of this database will be to store race results for drag racers this will include specifications of there cars, car setups, engine specs, track conditions and weather conditions. The main people to use this database will be drag racers.
Everyone is free to use or modify the design.
tblEvent
EventID
EventType
EventDate
tblDriver
DriverID
FirstName
LastName
tblCar
CarID
CarMake
CarModel
EngineMake
EngineSize
Gearbox
DiffRatio
TyreType
TyreSize
TyrePressHot
TyrePressCold
CarbyMake
CarbySize
JetsFront
JetsRear
FuelPressure
BaseTiming
TotalAdvance
EngineCompression
tblCarDriver
CarDriverID
CarID
DriverID
tblWeather
WeatherID
RaceTime
TrackTemperature
Milibars
Humidity
AirTemperature
tblResults
ResultsID
CarDriverID
StageRpm
ShiftRpm
Reaction
60ftTime
330ftTime
660ftTime
660ftMph
1000ftTime
ElapsedTime
ElapsedMph
Comments
Any info would be greatly appreciated

Last edited: