Merge multiple joined table rows as one in a query Mysql
I have a DB that stores student records and there are 4 tables that I need to query from to get a student grade report. The tables being JOIN are school, students, subject, student_score, class The table structure are as…