Question:Define many-to-many relationship.
Answer A relationship where many instances of an entity are associated with many instances of another entity is known as many-to-many relationship. Consider the enrollment relationship between a student and a class tables. A single student may be enrolled in many classes and a single class may enroll many students.
+ Report
Define many-to-many relationship.