M
Mario
Lets say I have the following three tables:
Table Name: "Students"
StudentID StudentName
1 Katie
2 David
3 Matt
4 Angie
Table Name: HonorStudents
HonorStudentID StudentName
1 David
2 Angie
Table Name: GiftedStudents
GiftedStudentID StudentName
1 David
2 Matt
Can any one please help me prepare a querry that reports
all the records in "Students" table in the following way:
StudentName IsHonorStudent IsGiftedStudent
Katie No No
David Yes Yes
Matt No Yes
Angie Yes No
Thanks, Please help
Table Name: "Students"
StudentID StudentName
1 Katie
2 David
3 Matt
4 Angie
Table Name: HonorStudents
HonorStudentID StudentName
1 David
2 Angie
Table Name: GiftedStudents
GiftedStudentID StudentName
1 David
2 Matt
Can any one please help me prepare a querry that reports
all the records in "Students" table in the following way:
StudentName IsHonorStudent IsGiftedStudent
Katie No No
David Yes Yes
Matt No Yes
Angie Yes No
Thanks, Please help