| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Data Redundancy
-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
![]() |
![]() |