how to write this query
From: Kumar <kumar_kmk_at_hotmail.com>
Date: 8 Oct 2002 17:53:37 -0700
Message-ID: <bce41b15.0210081653.1c5490c1_at_posting.google.com>
Date: 8 Oct 2002 17:53:37 -0700
Message-ID: <bce41b15.0210081653.1c5490c1_at_posting.google.com>
I want a query to find all students who did not take any of subj_id's say 23,24
So if
The query should return me studentid's 1 and 4 only
Thanks
student1 takes subjects 21,24,45
student2 takes 1,12,23,67,75
student3 takes 14,23,24,27
student4 takes 1,2,3,4