Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Systems
Exam 3: Relational Database Modeling
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
CENTRAL SCHOOL LIBRARY Observe the ER diagram for the CENTRAL SCHOOL LIBRARY
-How many optional columns will the relational schema mapped from the Central School Library ER diagram have?
Question 22
Essay
Give a definition of referential integrity constraint.
Question 23
Multiple Choice
EAGLERUN TRUCKING DISPATCHER Observe the ER diagram for the Eaglerun Trucking Dispatcher:
This ER diagram will be used for the following questions citing Eaglerun Trucking Dispatcher ER Diagram. -What is the minimal number of records that can be entered in the database whose relational schema is mapped from the Eaglerun Trucking Dispatcher ER diagram?
Question 24
Multiple Choice
If a 1:M relationship is mandatory on both sides,which of the following is true?
Question 25
Essay
What is a relational database a collection of?
Question 26
True/False
ZYX COMPANY Observe the ER diagram for the ZYX COMPANY:
This ER diagram will be used for the following questions citing ZYX Company ER Diagram. -During mapping of the ZYX Company ERD into a relational schema,attribute CellPhoneNumber from the ZYX Company ER diagram will be mapped as a column of the relation EMPLOYEE.
Question 27
True/False
GENERIC ERD Observe the GENERIC ER Diagram below:
This ER diagram will be used for the following questions citing Generic ER Diagram. -If in the GENERIC ERD the Symbol 1 is >| and the Symbol2 is 0<,then the number of columns in the relational schema resulting from mapping the GENERIC ERD is 5.
Question 28
Multiple Choice
If an M:N relationship is mandatory on one side and optional on the other side,and if both relations resulting from the entities involved in the relationship each have 3 records,then the resulting bridge relation cannot have less than ________ records.
Question 29
Multiple Choice
If a 1:M relationship is mandatory on the 1 side and optional on the M side,which of the following is true?
Question 30
Multiple Choice
If a 1:M relationship is optional on the 1 side and mandatory on the M side,which of the following is true?
Question 31
Multiple Choice
EAGLERUN TRUCKING DISPATCHER Observe the ER diagram for the Eaglerun Trucking Dispatcher:
This ER diagram will be used for the following questions citing Eaglerun Trucking Dispatcher ER Diagram. -How many columns will the relation REGION have in the relational schema mapped from the Eaglerun Trucking Dispatcher ER diagram?
Question 32
True/False
Each weak entity has one owner entity.
Question 33
True/False
ZYX COMPANY Observe the ER diagram for the ZYX COMPANY:
This ER diagram will be used for the following questions citing ZYX Company ER Diagram. -During mapping of the ZYX Company ERD into a relational schema,attribute CustID from the ZYX Company ER diagram will be mapped as a column of the relation CUSTOMER.
Question 34
True/False
A relational schema is a visual depiction of the relational database model.
Question 35
True/False
The relation resulting from mapping a weak entity (with a 1:M identifying relationship)has a composite primary key that is composed of the partial identifier and a foreign key corresponding to the primary key of the owner entity.