Reference no: EM134012013
Questions
1. List all cities that have at least 8 students. Display city, state, number of students live in that city
2. Consider the grades for course sections of Intro to Programming, per each grade type code calculate and list numeric grade statistics. Display grade type code, lowest grade, highest grade, average grade, and number of grade counts
3. For all students who have taken Intro to Programming, show how many students who were given the lowest Midterm grade (grade_type_code MT). Display student first name, last name, course description, section ID, grade type code, and Midterm grade
4. For all students who have taken Intro to Programming, list those who were given the lowest Midterm grade (grade_type_code MT). Display student first name, last name, course description, section ID, grade type code, and Midterm grade
5. Show all courses that are near their capacity (defined as across all sections, the total number of enrolled students is within 20 or less of the total capacity). Display course no, description, number of total enrollments, and total capacity.