My problem is that I have a many to many relationship between the subject and teacher table, therefore, I have a detail or intermediate table ( teacherSubject ).
I must show in Teacher the subject blade teacher that they are related to that teacher , how they see I can not use join because directly the subject and teacher tables are not related since the IDs are retrieved in the detail table.
I tried to use the intermediate table for that purpose but I do not have a specific idea of what to call the attribute.
How could I do it?