Databse Schema:
BUILDING (BuildingNo, BuildingName)
LAB (RoomNo, Capacity, BuildingNo)
STAFF (StaffNo, StaffName, Email, Phone)
SOFTWARE (SoftwareID, SoftwareName, Version, MediaLocation)
REQUEST (RequestID, StaffNo, SoftwareID, RoomNo, RequestDate, TeachingPeriod, Progress)
Provide relational algebra queries to find the following
information:
List the names of software requested for labs in the Law
building, requested by staff member S2019876, or both.
List all the labs in the Law building, and the names of software
requested for each of them (if any).
If you have any doubts, please give me comment...
List the names of software requested for labs in the Law building, requested by staff member S2019876, or both.
List all the labs in the Law building, and the names of software requested for each of them (if any).
Get Answers For Free
Most questions answered within 1 hours.