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

Home -> Community -> Usenet -> comp.databases.theory -> Re: How can one normalize this table?

Re: How can one normalize this table?

From: Jon Heggland <heggland_at_idi.ntnu.no>
Date: Mon, 19 Dec 2005 13:13:21 +0100
Message-ID: <MPG.1e10c24dd1a8d45a98975b@news.ntnu.no>


In article <MPG.1e10a2077fa7970c989759_at_news.ntnu.no>, heggland_at_idi.ntnu.no says...
>
> create constraint EmployeeDeterminesPosition
> not exists (POE rename { p p1, o o1 }
> join (POE rename { p p1, o o2 })

join (POE rename { p p2, o o2 }), I mean.

> where p1 <> p2);

-- 
Jon
Received on Mon Dec 19 2005 - 06:13:21 CST

Original text of this message

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