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

Home -> Community -> Usenet -> c.d.o.misc -> confusion : normalization

confusion : normalization

From: oracle <oracle9i-helpme_at_mail2me.com>
Date: 26 Apr 2004 09:25:47 -0700
Message-ID: <9422fafe.0404260825.4ac57a6@posting.google.com>


Hi,
suppose I found following tables
after normalization .

students :
student_id
student_name

courses :
course_id
course_name

student_course
student_id
course_id

My confusion is that how do I setup those table . How many tables I need to create ? two or three . What to do with that link(student_course) table ?

Please help me . I understand normalization but those questions bothers me .

Thank You. Received on Mon Apr 26 2004 - 11:25:47 CDT

Original text of this message

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