Hi All,
I'am new to SQL. I am just working on a simple school project for my
finals. I've a problem and i am defining it here.
There are 3 tables.
1) Exammaster.
- Examid
- Examname
Eg of a record : 1, Quarterly.
2) StudentMaster.
- StudentID
- Studentname
- Class
Eg of a reacord : 1, John, 3rd Standard.
3) ScoresMaster.
- ScoresMasterID
- ExamID
- StudentID [From Student Master].
- SubjectID.
- Score.
Eg. of a record : 1, 1, 1, 1, 89.
while entering scores into scores master, I have a page that gives me
the names of all the students [a drop-down list box] and below that a
form to enter their scores.
My query is that I want only names of those students whose scores have
not been entered yet into the scoresmaster.
Which logically is ... names all those students whose scores have not
been entered into the scoresmaster yet and who belong to class 9.
Can somebody help me plz .... ????
Regards,
247EasyHost.
I'am new to SQL. I am just working on a simple school project for my
finals. I've a problem and i am defining it here.
There are 3 tables.
1) Exammaster.
- Examid
- Examname
Eg of a record : 1, Quarterly.
2) StudentMaster.
- StudentID
- Studentname
- Class
Eg of a reacord : 1, John, 3rd Standard.
3) ScoresMaster.
- ScoresMasterID
- ExamID
- StudentID [From Student Master].
- SubjectID.
- Score.
Eg. of a record : 1, 1, 1, 1, 89.
while entering scores into scores master, I have a page that gives me
the names of all the students [a drop-down list box] and below that a
form to enter their scores.
My query is that I want only names of those students whose scores have
not been entered yet into the scoresmaster.
Which logically is ... names all those students whose scores have not
been entered into the scoresmaster yet and who belong to class 9.
Can somebody help me plz .... ????
Regards,
247EasyHost.
Comment