Question 14
Consider the following scenario and answer the given subquestions
A startup company is building an online learning platform that hosts courses on various subjects. In this platform, students can enroll in multiple courses, and each course can be taught by one or more instructors. The company wants to design the database schema to manage the core entities: Student, Instructor, Course, and Enrollment.
In a typical design, what is the relationship between the Student table and the Enrollment table?
One-to-One
One-to-Many
Many-to-Many
Many-to-One