my teacher gave us this assingment to normalize
golfersscores table
(memID, date, time, score, hanicap, address, phone, golfcourseID, courserating, courseslope)
we need to to split this up into different tables
the problem im having is that i made a tee time table as the intersection table between golfcourse and golfers
my question is should i make another field (ex teetimeID) as the primary key, or use memid, date and time as 3 primary keys?>
golfersscores table
(memID, date, time, score, hanicap, address, phone, golfcourseID, courserating, courseslope)
we need to to split this up into different tables
the problem im having is that i made a tee time table as the intersection table between golfcourse and golfers
my question is should i make another field (ex teetimeID) as the primary key, or use memid, date and time as 3 primary keys?>