13.05.2015, 13:11
So, I have the following table:
And I have to show the groups which contain at least two female students but I don't know what is the condition after
Код:
id number(4) name varchar(50) group number(4) sex char(1)
Код:
SELECT group FROM students WHERE...