Re: How to find Brothers and Sisters?

From: Lennart <Erik.Lennart.Jonsson_at_gmail.com>
Date: 3 Dec 2006 18:58:46 -0800
Message-ID: <1165201126.044442.132270_at_80g2000cwy.googlegroups.com>


Cimode wrote:
> Lennart a écrit :
> >drop table persons;
> >create table persons (
> > name char(10) not null primary key,
> > father char(10) references persons on delete restrict,
> > gender char(1) not null check (gender in ('M','F'))
> > );
> While getting demanded results, the above schema is not 1NF.

Really, in what way do you think the schema violate 1NF?

/Lennart Received on Mon Dec 04 2006 - 03:58:46 CET

Original text of this message