This really got me and it seems really simple though:
StudentID CourseID Grade
--------- -------- -----
123 111 A
123 222 B
456 111 A
456 222 A
456 333 A
I just couldn't figure out how to use just one query to find out the studentID who has straight A only... thanks in advance guys!
StudentID CourseID Grade
--------- -------- -----
123 111 A
123 222 B
456 111 A
456 222 A
456 333 A
I just couldn't figure out how to use just one query to find out the studentID who has straight A only... thanks in advance guys!