what they said ^^
here's one problem you might want to think about
:
in the Courses table, each course occurs only once, and each course has a CourseName and QuarterOffered
however, this design means that each course can be offered in only one quarter, and that's wrong
similarly in the Instructor table, each instructor can teach only one course