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: Data Redundancy

Re: Data Redundancy

From: paul c <toledobythesea_at_oohay.ac>
Date: Thu, 16 Feb 2006 04:44:53 GMT
Message-ID: <9rTIf.15696$B94.10846@pd7tw3no>


-CELKO- wrote:
> CREATE TABLE DeptAssignments
> (emp_id CHAR(1) NOT NULL
> REFERENCES Personnel(emp_id)
> dept_nbr INTEGER NOT NULL
> REFERENCES Departmentsl(dept_nbr),
> PRMARY KEY (emp_id, dept_nbr));
>

shorter reply than usual even if it doesn't rhyme with redundancy.

well done, i guess.

pc Received on Wed Feb 15 2006 - 22:44:53 CST

Original text of this message

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