Учитывая ваше отношение
STUDENT (Student_number, student_name, number_credit, professor_number, professor_name, Course_code, Course_name, GRADE)
Ваш ответ по поводу остальных столбцов (атрибутов) верен.
STUDENT_NAME (Student_number, student_name) Professor (professor_number, professor_name)
COURSE (Course_code, Course_name, number_credit)
Для меня существует такая функциональная зависимость около GRADE :
{Student_number, Course_code} -> Grade
Итак, необходимо создать другое отношение:
GRADES (Student_number, Course_code, Grade)
with the two firsts columns compound the primary key