Given two tables Student(id,name) and course(course_id,course_name). These two tables have a M:N relationship.
- Is there any way to implement a M:N relationship in relational database without using a junction table?
- If not in relational database then in any other database model?