DMS Practice Question
DMS Practice Question
17. Write SQL queries for following. Consider table stud (roll no, name, sub1, sub2, sub3)
i) Display names of student who got minimum mark in sub1.
ii) Display names of students who got above 40 marks in sub2.
iii) Display count of Students failed in sub2.
iv) Display average marks of sub1 of all students.