Adding elements on many-to-many relation
问题 I am making a project where (from the perspective of school) you can calculate each student average. You can register a student (first entity) on a screen and subjects (second entity) on another screen. Student has name, email, grade and average as atributes, and Subjects has name. They relate many-to-many with each other. I am trying to create a copy of subjects list to each student, then on each student i can register a grade to each subject. Like this: Model concept Model: !https://imgur