Scenario: You are designing an ERD for a university database. Each student can enroll in multiple courses, and each course can have multiple students enrolled. What type of relationship would you represent between the "Student" and "Course" entities?

  • Many-to-Many
  • Many-to-One
  • One-to-Many
  • One-to-One
The relationship between "Student" and "Course" entities in this scenario is Many-to-Many, as each student can enroll in multiple courses, and each course can have multiple students enrolled, forming a many-to-many relationship.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *