Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

students(sid,name,age,gpa) courses(cid,deptid, description) professors(ssn,name,address,phone,deptid) enrollment(sid,cid,section teaches(cid,section,grade). cid makes reference to the courses table. ,ssn). cid, section makes reference to the enrollment table (a) For each

students(sid,name,age,gpa)

courses(cid,deptid, description)

professors(ssn,name,address,phone,deptid)

enrollment(sid,cid,section

teaches(cid,section,grade). cid makes reference to the courses table. ,ssn). cid, section makes reference to the enrollment table

(a) For each student, compute the actual GPA based on enrollment: (A=4, B=3, C=2, D=1, grades of F do not count).

(b) For each pair of professors, determine the number of students that take classes with both. Do not double count students.

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

Database Concepts

Authors: David Kroenke, David J. Auer

3rd Edition

0131986252, 978-0131986251

More Books

Students also viewed these Databases questions

Question

How do Dimensional Database Models differ from Relational Models?

Answered: 1 week ago

Question

What type of processing do Relational Databases support?

Answered: 1 week ago

Question

Describe several aggregation operators.

Answered: 1 week ago