1. Student Table
2. Subject Table
3. Exam Table
4. Mark Table
5. Project Table
6. Daily Mark Table
Result Table
Suppose i have subjectID and classID for search. Then below example result will be show using above database table :
Exam could be 7th exam or 8th exam not fixed but daily and project is fixed. daily mark 6 column can be possible for each student and project mark 2 column can be possible for each student.
Anyone can help to write the sql select query ? is it possible in sql joining ?