give an example of many to many relationship with example
Answers
Answered by
5
Explanation:
A typical example of a many-to many relationship is one between students and classes. A student can register for many classes, and a class can include many students. The following example includes a Students table, which contains a record for each student, and a Classes table, which contains a record for each class.
Similar questions