CodePudding user response:
CodePudding user response:
Select sno, avg (score) from the name of the table where sno in (select sno from the name of the table where pno='language' and score & gt;=95) group by sno having avg (score) & gt;=90;CodePudding user response:
The