Re: Database Design problem
- From: Wallace Reis <wallace.reis@xxxxxxxxx>
- Date: Mon, 28 Nov 2005 19:15:08 -0300
Tim Ferguson wrote:
>
> create table fixtures (
> matchnumber sometype,
> hometeam sometype references teams,
> awayteam sometype references teams,
> isonneutralground bit,
> dateoffixture datetime,
> result shorttext,
> etc etc
> )
Your model allows the folowing datasets to occur:
Real Madrid X Manchester
Chelsea X Real Madrid
Chelsea X Manchester
Chelsea X Chelsea (!)
--
wallace reis
.
- Follow-Ups:
- Re: Database Design problem
- From: Tim Ferguson
- Re: Database Design problem
- From: Jon Heggland
- Re: Database Design problem
- References:
- Database Design problem
- From: paulhutchings7204
- Re: Database Design problem
- From: Tim Ferguson
- Database Design problem
- Prev by Date: Re: So what's null then if it's not nothing?
- Next by Date: Re: So what's null then if it's not nothing?
- Previous by thread: Re: Database Design problem
- Next by thread: Re: Database Design problem
- Index(es):