I searched for it on SO, but I could not get the correct answer.
Student ------------------ rollno int PK name varchar(20) class varchar(20)
Another table
Marks ----------------- rollno FK sub1 int sub2 int sub3 int sub4 int sub5 int
sub1 , sub2 etc. contain item tags. Now I need a query that will display information about a student who has> 35 points in more than two subjects?
source share