Consider the relations shown in the exhibit. Due to restructuring, the sales department has
been eliminated and the employees working in that department have been dismissed. All ID
information is stored as integers. Which SQL statement would be used to return a relation with all
information for the employees who have been dismissed?
Which mechanism provides database users with controlled access to the database through the
use of virtual tables?
Consider the following relational algebraic expression as well as the Dept1_Parts and
Dept2_Parts relations shown in the exhibit,
Which of the following relations would result from the given relational algebraic expression?
Consider the Information Engineering diagram shown in the exhibit for a building
management company. Referential integrity must be maintained such that a building cannot be
deleted when it has residents. Building_ID, R_ID, Room_Count and Room_Num are integer
numbers, whereas Bldg_Name, Location and Res_Name are all represented by variable-length
strings with a maximum of 20 characters. Which SQL statement best implements the relations
shown in this diagram?