Question: CIST 1220: SQL Assign #6 (40 Points) [Functions/Group By/Having Chap 6] Group By : Using the database provided, Write and Execute SQL SELECT statements, using

 CIST 1220: SQL Assign #6 (40 Points) [Functions/Group By/Having Chap 6]Group By : Using the database provided, Write and Execute SQL SELECTstatements, using GROUP BY, to get the following information: Group By: Howmany classes are scheduled in each room? How many sections of eachcourse are there being taught? Which courses have only 1 section beingtaught? What is the avg gpa for all students from each different

CIST 1220: SQL Assign #6

(40 Points)

[Functions/Group By/Having Chap 6]

Group By : Using the database provided, Write and Execute SQL SELECT statements, using GROUP BY, to get the following information:

Group By:

How many classes are scheduled in each room?

How many sections of each course are there being taught?

Which courses have only 1 section being taught?

What is the avg gpa for all students from each different state?

Which states have an avg gpa higher than 3.0?

How many courses is each instructor teaching?

Do we have more 3 credit hour courses or 5 credit hour courses.(use Group by to answer this question)

How many instructors do we have from each state?

Same as #8 above, but only list the states that have 3 or more instructors.

How many students are there from each state?

Same as #10 above, but only list the states that have 2 or more students.

USE the StudentSchedule Table for the last questions!

How many students are there in each each Section being taught?

Which Sections have less than 3 students?

Courses CourseID CourseName ption reditHou Intro to Computers 4 ST 1001 Computer Concepts IST 1122 Hardware Maintainence Course Hardware Maintainence IST 1130 IST 1220 SQL Programming IST 1305Program Design and Development Intro to Programming IST 1401 IST 1510 Web Development I ST 2341 C# Programming I IST 2342|C# Programming 11 IST 2371 Java Programming I IST 2372 Java Programming II IST 2921 Analysis and Design IST 2931Systems Project IST 3273Java Programming III ing Systems plore how an Operating System works 4 ing about SQL Networking Fundamentals Intro to C# Programming rking Fundamentals evelop Web-pages using HTML Advanced C# Programming Intro to Java Intermediate Java Topics bject Oriented Analysis and Design apstone Project Class sing Java to build Web Applications

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!