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?