Database design
Jamal
Posts: 2,115
I'm creating a database in SQL (MySQL) for a rado station's website and I kind of got myself stuck in the design phase ...
I am struggling wether I ought to make 2 tables (programs and daysoftheweek) or if it would be better with 3 tables (one extra to link the programs to the days)....
I hope it's clear enough
I am struggling wether I ought to make 2 tables (programs and daysoftheweek) or if it would be better with 3 tables (one extra to link the programs to the days)....
I hope it's clear enough
Surf little waves big... Charge big waves hard
- Antwerp '06, Nijmegen '07, Werchter '07
- Antwerp '06, Nijmegen '07, Werchter '07
Post edited by Unknown User on
0
Comments
The company I work for started off by spending 10 years just building the database and filling it with as much information as possible. Now we are the largest in the industry. The manufacturers use us because we have the most flexible and diversified database.
but it's a short-term project that will not be expanded in the future. Therefore I just want it to be light-weight and efficient, yet versatile.
- Antwerp '06, Nijmegen '07, Werchter '07
Well, I'm not a huge DB expert, but I don't think one extra table will cause serious latency issues. I always have problems figuring that stuff out myself.
I don't expect too many entries anyways, so ...
thanks
- Antwerp '06, Nijmegen '07, Werchter '07
this is what I came up with
- Antwerp '06, Nijmegen '07, Werchter '07
- Antwerp '06, Nijmegen '07, Werchter '07
*edit*
and a class for making xml podcasts automatically...
- Antwerp '06, Nijmegen '07, Werchter '07