Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

SOLVE IN SQL PLEASE :) classroom(building, roomnumber, capacity) department(dept_name, building, budget) course(course_id, title, dept_name, credits) instructor(ID, name, dept_name, salary) section (course id,secid, semester, year, building,

SOLVE IN SQL PLEASE :)

image text in transcribedimage text in transcribed

classroom(building, roomnumber, capacity) department(dept_name, building, budget) course(course_id, title, dept_name, credits) instructor(ID, name, dept_name, salary) section (course id,secid, semester, year, building, room number, timeslotid) teaches(ID, course id, sec id, semester, year) student(ID, name, dept_name, tot_cred ) takes( ID , course_id, sec_id, semester, year, grade ) advisor(s_ID, i_ID) time_slot (time_slot_id, day, start_time, end_time) prereq(course_id, prereqid ) 3.11 Write the following queries in SQL, using the university schema. a. Find the names of all students who have taken at least one Comp. Sci. course; make sure there are no duplicate names in the result. b. Find the IDs and names of all students who have not taken any course offering before Spring 2009. c. For each department, find the maximum salary of instructors in that department. You may assume that every department has at least one instructor

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 M. Kroenke

1st Edition

0130086509, 978-0130086501

More Books

Students also viewed these Databases questions

Question

Why do companies purchase securities of other corporations?

Answered: 1 week ago

Question

1. Who will you assemble on the team?

Answered: 1 week ago

Question

4. Who would lead the group?

Answered: 1 week ago