Answered You can hire a professional tutor to get the answer.
SQL statement to display the course numbers of classes taught by Hammett Glenn. SQL statement to display the course names of the courses taught by...
offered in that semester. Display only the semesters that offer
more than five courses.
5. SQL statement to display the name of each campus and
the total number of rooms in that campus.
6. SQL statement to display the list of instructors who are
approved as well as those who are not approved. (OUTER
JOIN)
7. SQL statement to display the start date and start time of
all classes taught by instructor Hammett Glenn.
8. SQL statement to display the number of students in
each major with a status of failing.
9. SQL statement to display the credit hours of all courses
that Hammett Glenn is approved to teach.
10. Get the campus name and phone number of all rooms with
numbers greater than 25.