Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Other Web Development Languages (http://www.programmingforums.org/forum40.html)
-   -   Help with database design (http://www.programmingforums.org/showthread.php?t=15112)

MiKuS Feb 3rd, 2008 5:03 PM

Help with database design
 
I'm currently designing a golf scoring system.

now i have to store a fair bit of information i'm just wondering about the general design.

I'll have tournaments, and in tournaments there are some competitions, like nearest the pin, a, b, and c grade winner and runner up.

now is it better to have one big table for tournaments and just store every competition in that or should i use relations and have a few tables all linked together by a unique key like tournament_id?

if it helps i can provide a current tournament sheet so you can see what information needs to be stored..

Ooble Feb 3rd, 2008 7:55 PM

Re: Help with database design
 
Follow normal form. If there will be duplicated data, you need to split up the table into many tables.


All times are GMT -5. The time now is 3:59 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC