An ER model contains:
β’ Student with attributes: StudentID, Name, Age
β’ Course with attributes: CourseID, Title
β’ A many-to-many relationship Enrols between Student and Course, with attribute Grade In the relational design, a separate table is needed to capture the relationship and its attribute.
The correct schema design is?