Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need the code for these sql queries please For each department that has one or more majors with a GPA under 1.0, print the

I need the code for these sql queries please

image text in transcribed

For each department that has one or more majors with a GPA under 1.0, print the name of the department and the average GPA of its majors. select m.dname, avg(s.gpa) from student s join major m using(sid) join (select distinct maj.dname from major maj join student stu using(sid) where stu.gpa

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database And Transact SQL

Authors: Lucy Scott

1st Edition

1974679985, 978-1974679980

More Books

Students also viewed these Databases questions

Question

1. Identify what positions are included in the plan.

Answered: 1 week ago

Question

2. Identify the employees who are included in the plan.

Answered: 1 week ago