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?
Answer : C
Consider the entity-relation (ER) diagram shown in the exhibit. When the logical database
design phase is completed, which of the following is a valid DBDL description of the base
relations for the ER diagram?

Answer : D
Your database administrator has disallowed a group of users from making alterations to the
Employees table in your corporate database. The users, known as Group_2, previously had full
privileges with the Employees table. Which of the following SQL statements properly removes
any alteration privileges from Group_2?
Answer : A
Consider the Information Engineering diagram in the exhibit showing the relations
BUILDING and RESIDENT. What is the relationship between BUILDING and RESIDENT?

Answer : B
The exhibit shows a table called Housing Relation. This table relates a unique student
identification number with a dormitory building and a room fee for that building. The key for the
Housing Relation is Student_ID. If each building charges only one fee and a student can live in
only one building, then this table is in which normal form?

Answer : B
Consider the Recreation relation in the exhibit. A data operation that changes one of the tuples
for Student_ID 1003 must be performed. It is necessary to change one of the activities from
swimming to tennis. The Student_ID and Activity attributes make up the primary key for the
Recreation relation. All related information must be altered, as well. Which SQL statement or
statements would best accomplish this?

Answer : C
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?

Answer : C