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,grade )

students(sid,name,age,gpa)
courses(cid,deptid, description)
professors(ssn,name,address,phone,deptid)
enrollment(sid,cid,section,grade). cid makes reference to the courses table.
teaches(cid,section,ssn). cid, section makes reference to the enrollment table
Provide SQL instructions for each of the following questions
2. Find the name of professors that work for the cs department.
3. Find those students (sid) enrolled in courses in the cs department.
4. List ssn and name of professors that work for the cs department, but are not teaching any cs
courses.

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

Genetic Databases

Authors: Martin J. Bishop

1st Edition

0121016250, 978-0121016258

More Books

Students also viewed these Databases questions

Question

Find the percentage of freshmen who study more than 17.6 hours

Answered: 1 week ago