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: help with normalization

Re: help with normalization

From: Tonkuma <tonkuma_at_jp.ibm.com>
Date: 2 Sep 2005 06:30:02 -0700
Message-ID: <1125667802.811424.40080@f14g2000cwb.googlegroups.com>


I think that you shoud consider to add forein keys and constraints, before consider normalization.
For Example:
> - a teacher can teach several courses

Add reference to StaffNo(Primary key of Teacher table) to Cource table.
> Course(CourseNo, description, TeacherNo) (TeacherNo reference StaffNo of Teacher table)
Received on Fri Sep 02 2005 - 08:30:02 CDT

Original text of this message

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