I have been tasked to create a database for a local race track (auto racing) that tracks the results for individual drivers through out the racing season (20 weeks).
Being new to MySql, I was wondering what input could be offered on what would be the best way to structure the tables for this...
Would it be easier to create a table for the drivers and then add the results for each weeks race? Or easier to add each weeks race and add each drivers finishing position?
Be gentle, I am new to this! ;-)
Being new to MySql, I was wondering what input could be offered on what would be the best way to structure the tables for this...
Would it be easier to create a table for the drivers and then add the results for each weeks race? Or easier to add each weeks race and add each drivers finishing position?
Be gentle, I am new to this! ;-)