Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How long is long enough for primary key ?

Re: How long is long enough for primary key ?

From: The Flying Spontinalli <wolf__at_tiscali.co.uk>
Date: 8 Oct 2006 03:16:55 -0700
Message-ID: <1160302615.450524.70860@i3g2000cwc.googlegroups.com>

> "Second normal form (2NF) requires that data stored in a table with a
> composite primary key must not be dependent on only part of the table's
> primary key"
>

That doesn't mean relations can't have composite candidate keys (or primary keys) it just means that if it does have a composite key then all attributes must be dependent on the *whole* composite key, and not just part of it. Received on Sun Oct 08 2006 - 05:16:55 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US