Query is outputting more rows than it should do?

The problem is that you are getting ModuleNumber from the Session table and ModuleName from the Module table. Your query says, "for this session, get all grade reports, and for those grade reports, get all students, and for all students, get all courses, and for all courses, get all course-module links, and for all course-module links, get all modules.

You need to use ModuleID as part of your WHERE statement. I am not fluent with MySQL, so to avoid butchering this I will use pseudo-SQL.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions