table CLASS:
id subject course# section#
1 TEST 1 1
1 TEST_2 3 3
2 TEST 4 4
2 ART 1000 5
My query would need to find ids that have taken TEST or TEST_2 classes but not a non-TEST class so it would only retrieve id "1" since id "2" took an ART class.
I hope I gave enough information.
Thanks
id subject course# section#
1 TEST 1 1
1 TEST_2 3 3
2 TEST 4 4
2 ART 1000 5
My query would need to find ids that have taken TEST or TEST_2 classes but not a non-TEST class so it would only retrieve id "1" since id "2" took an ART class.
I hope I gave enough information.
Thanks