SQL Relations4
SQL Relations4
syllabus
Informatics Practices 2023-24
Chapter 4
Database query
using sql–group by,
having
Now we write the query – select * from student order by class desc;
Query result will be unique occurrences of class values along with counting of
students(records) of each class(sub group).