Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> confusion : normalization
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