Using the student table, count how many students belong to each department. Return dept_name and the count as num_students, one row per department.
Order the result by num_students (highest first), then by dept_name.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan