Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Write the following queries in relational algebra, using the university schema. classroom ( building , room _ number, capacity ) department ( dept _ name,

Write the following queries in relational algebra, using the university schema.
classroom(building,room_number, capacity)
department(dept_name, building, budget)
course(course_id,title, dept_name, credits)
instructor(ID,name, dept_name, salary)
section(course_id,sec_id,semester, year, building, room_number, time_slot_id)
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,prereq_id)Find the ID and name of each instructor in the Physics department.
Find the ID and name of each instructor in a department located in the building Watson.
Find the ID and name of each student who has taken at least one course in the Comp. Sci. department.
Find the ID and name of each student who has taken at least one course section in the year 2018.
Find the ID and name of each student who has not taken any course section in the year 2018.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions