Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Upon completion of this lab you should be able to: Recognize the various relational algebra operators. Create queries using relational algebra terminology. Student ( sid:integer,
Upon completion of this lab you should be able to:
Recognize the various relational algebra operators.
Create queries using relational algebra terminology.
Student sid:integer, sname:string, major:string
Class cid:integer, cname: string, cdesc: string
Enrolled sid:integer, cid: integer, esemester: string, grade: string
Building bid: integer, bname: string
Classrooms crid:integer, bid: integer, crfloor: int
ClassAssigned cid: integer, crid: integer, casemester: string
Find all the student's names enrolled in CSdl
Find all the classes Hans Solo took in the SP semester.
Find all the classrooms on the second floor of building A
Find all the class names that are located in Classroom
Find all the buildings that have ever had CSdl in one of their classrooms.
Find all the classrooms that Alice Wonderland has been in
Find all the students with a CS major that have been in a class in either the A building or the B building.
Find all the classrooms that are in use during the SS semester.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started