Multiple Choice
NULL) Primary Key Class_Num Consider the Information Engineering diagram shown in the exhibit. Which DBDL definition best describes this diagram?
A) BUILDING(Building_ID, Bldg_Name, Location, Room_Count) Primary Key Building_ID RESIDENT(R_ID, Room_Num, Res_Name, Building_ID) Primary Key R_ID
B) Primary Key BUILDING RESIDENT(R_ID, Room_Num, Res_Name, Building_ID) Primary Key RESIDENT
C) BUILDING(Building_ID, Bldg_Name, Location, Room_Count) Primary Key BUILDING Foreign Key BUILDING(Building_ID) references RESIDENT(Building_ID) RESIDENT(R_ID, Room_Num, Res_Name, Building_ID) Primary Key RESIDENT
D) Res_Name, Building_ID) Primary Key R_ID Foreign Key Building_ID references BUILDING(Building_ID)
Correct Answer:

Verified
Correct Answer:
Verified
Q42: Which of the following best describes the
Q43: Consider the relation shown in the exhibit.
Q44: Which type of dependency occurs when one
Q45: Which of the following describes two desirable
Q46: Consider the following SQL statement and the
Q48: Which term describes the management of simultaneous
Q49: In which situation would the DBMS use
Q50: Using the Customer and Sales_Rep relations shown
Q51: Which statement best describes a procedural data
Q52: The exhibit shows a table called Recreation