Final answer:
To list class descriptions and number of students enrolled for older students, calculate average age, filter by age, group and count students by class, and order the results.
Step-by-step explanation:
To list the class descriptions and the number of students enrolled in each class for students who are older than the average age, we need to follow these steps:
- Calculate the average age of all students
- Filter out all students who are younger than or equal to the average age
- Group the remaining students by class
- Count the number of students in each class
- Order the results by the number of students in each class
If a class has only one student or no class description, replace it with 'Other Classes'.